repository.kodinerds: change repo

- the old repo was merged into the new and official kodinerds repo
This commit is contained in:
cvh 2016-09-21 12:02:31 +02:00
parent c3c8ba30d8
commit 88f0821abf
3 changed files with 11 additions and 8 deletions

View File

@ -1,2 +1,5 @@
8.0.101
- switched to new official Kodinerds repo
8.0.100
- initial LibreELEC version

View File

@ -18,12 +18,12 @@
PKG_NAME="repository.kodinerds"
PKG_VERSION="8.0"
PKG_REV="100"
PKG_REV="101"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodinerds.net"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain xmlstarlet"
PKG_DEPENDS_TARGET="toolchain xmlstarlet:host"
PKG_PRIORITY="optional"
PKG_SECTION=""
PKG_SHORTDESC="Kodinerds add-on repository"

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.kodinerds"
name="Kodinerds.net add-ons"
name="Kodinerds Add-ons"
version="@PKG_VERSION@.@PKG_REV@"
provider-name="LibreELEC">
provider-name="Kodinerds.net">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="Jugger">
<info compressed="true">https://raw.githubusercontent.com/Daniel75/reponerds/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Daniel75/reponerds/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/Daniel75/reponerds/master/</datadir>
<extension point="xbmc.addon.repository" name="L0RE">
<info compressed="true">https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/kodinerds/repo/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Install add-ons from Kodinerds</summary>