Skip to content

Commit

Permalink
release: move to final eden addons repo
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Feb 26, 2012
1 parent 2c51abd commit f489fd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/repository.xbmc.org/addon.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.xbmc.org"
name="XBMC.org Add-ons"
version="2.0.2"
version="2.0.3"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.addon" version="11.0"/>
</requires>
<extension point="xbmc.addon.repository"
name="Official XBMC.org Add-on Repository">
<info compressed="true">http://mirrors.xbmc.org/addons/eden-pre/addons.xml</info>
<checksum>http://mirrors.xbmc.org/addons/eden-pre/addons.xml.md5</checksum>
<datadir zip="true">http://mirrors.xbmc.org/addons/eden-pre</datadir>
<info compressed="true">http://mirrors.xbmc.org/addons/eden/addons.xml</info>
<checksum>http://mirrors.xbmc.org/addons/eden/addons.xml.md5</checksum>
<datadir zip="true">http://mirrors.xbmc.org/addons/eden</datadir>
<hashes>true</hashes>
</extension>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit f489fd8

Please sign in to comment.