aboutsummaryrefslogtreecommitdiff
path: root/addons/repository.xbmc.org
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2012-02-25 17:36:30 -0500
committertheuni <theuni-nospam-@xbmc.org>2012-02-26 02:36:48 -0500
commit2c51abdd309d546699b870aec8b9a35478a5f13f (patch)
tree44bfcd53c3bd3a3f3647683ff0934c3c3117db14 /addons/repository.xbmc.org
parent6d433406097b79e822332649b7e0ebbd3f1d0fb5 (diff)
release: keep xbmc.addon in sync with major releases
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.
Diffstat (limited to 'addons/repository.xbmc.org')
-rw-r--r--addons/repository.xbmc.org/addon.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/addons/repository.xbmc.org/addon.xml b/addons/repository.xbmc.org/addon.xml
index 1b663504b9..bb8a8f2087 100644
--- a/addons/repository.xbmc.org/addon.xml
+++ b/addons/repository.xbmc.org/addon.xml
@@ -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>