mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 04:36:40 +00:00
Merge pull request #757 from CvH/kodinerds_up
repository.kodinerds: change repo
This commit is contained in:
commit
972017236a
@ -1,2 +1,5 @@
|
|||||||
|
8.0.101
|
||||||
|
- switched to new official Kodinerds repo
|
||||||
|
|
||||||
8.0.100
|
8.0.100
|
||||||
- initial LibreELEC version
|
- initial LibreELEC version
|
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
PKG_NAME="repository.kodinerds"
|
PKG_NAME="repository.kodinerds"
|
||||||
PKG_VERSION="8.0"
|
PKG_VERSION="8.0"
|
||||||
PKG_REV="100"
|
PKG_REV="101"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.kodinerds.net"
|
PKG_SITE="http://www.kodinerds.net"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
PKG_DEPENDS_TARGET="toolchain xmlstarlet"
|
PKG_DEPENDS_TARGET="toolchain xmlstarlet:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION=""
|
PKG_SECTION=""
|
||||||
PKG_SHORTDESC="Kodinerds add-on repository"
|
PKG_SHORTDESC="Kodinerds add-on repository"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="repository.kodinerds"
|
<addon id="repository.kodinerds"
|
||||||
name="Kodinerds.net add-ons"
|
name="Kodinerds Add-ons"
|
||||||
version="@PKG_VERSION@.@PKG_REV@"
|
version="@PKG_VERSION@.@PKG_REV@"
|
||||||
provider-name="LibreELEC">
|
provider-name="Kodinerds.net">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.addon" version="12.0.0"/>
|
<import addon="xbmc.addon" version="12.0.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.addon.repository" name="Jugger">
|
<extension point="xbmc.addon.repository" name="L0RE">
|
||||||
<info compressed="true">https://raw.githubusercontent.com/Daniel75/reponerds/master/addons.xml</info>
|
<info compressed="true">https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml</info>
|
||||||
<checksum>https://raw.githubusercontent.com/Daniel75/reponerds/master/addons.xml.md5</checksum>
|
<checksum>https://raw.githubusercontent.com/kodinerds/repo/master/addons.xml.md5</checksum>
|
||||||
<datadir zip="true">https://raw.githubusercontent.com/Daniel75/reponerds/master/</datadir>
|
<datadir zip="true">https://raw.githubusercontent.com/kodinerds/repo/master/</datadir>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
<summary>Install add-ons from Kodinerds</summary>
|
<summary>Install add-ons from Kodinerds</summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user