mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
repository.kodinerds: change repo
- the old repo was merged into the new and official kodinerds repo
This commit is contained in:
parent
c3c8ba30d8
commit
88f0821abf
@ -1,2 +1,5 @@
|
||||
8.0.101
|
||||
- switched to new official Kodinerds repo
|
||||
|
||||
8.0.100
|
||||
- initial LibreELEC version
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user