Skip to content

Commit

Permalink
release: keep xbmc.addon in sync with major releases
Browse files Browse the repository at this point in the history
This allows repository owners to filter specific XBMC versions.

Note that this can currently only block at install-time (meaning install from
zip or install from repo) and will not filter any manually copied repository
addons.
  • Loading branch information
theuni committed Feb 26, 2012
1 parent 6d43340 commit 2c51abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion addons/repository.xbmc.org/addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.xbmc.org"
name="XBMC.org Add-ons"
version="2.0.1"
version="2.0.2"
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>
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.addon/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.addon" version="1.0" provider-name="Team XBMC">
<addon id="xbmc.addon" version="11.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
Expand Down

0 comments on commit 2c51abd

Please sign in to comment.