mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
https: update various LE urls
This commit is contained in:
parent
d0fab4f3d7
commit
afe0edcb1c
@ -24,7 +24,7 @@ chmod +x /storage/.kodi/addons/*/bin/*
|
||||
|
||||
# hack: update RSSnews.xml in userdata
|
||||
if [ -f /storage/.kodi/userdata/RssFeeds.xml ]; then
|
||||
sed -e "s,http://libreelec.tv/news?format=feed&type=rss,http://feeds.libreelec.tv/news,g" \
|
||||
sed -e "s,http://libreelec.tv/news?format=feed&type=rss,https://feeds.libreelec.tv/news,g" \
|
||||
-i /storage/.kodi/userdata/RssFeeds.xml
|
||||
fi
|
||||
|
||||
|
@ -20,7 +20,7 @@ PKG_NAME="installer"
|
||||
PKG_VERSION="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://libreelec.tv/"
|
||||
PKG_SITE="https://libreelec.tv/"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain busybox newt parted e2fsprogs syslinux"
|
||||
PKG_SECTION="tools"
|
||||
|
@ -21,8 +21,8 @@ xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemS
|
||||
<Info>Meta-information about the installed software</Info>
|
||||
<Product>LibreELEC</Product>
|
||||
<Vendor>LibreELEC</Vendor>
|
||||
<ProductUrl>http://libreelec.tv</ProductUrl>
|
||||
<VendorUrl>http://libreelec.tv</VendorUrl>
|
||||
<ProductUrl>https://libreelec.tv</ProductUrl>
|
||||
<VendorUrl>https://libreelec.tv</VendorUrl>
|
||||
</ProductSection>
|
||||
<AnnotationSection>
|
||||
<Info>A human-readable annotation</Info>
|
||||
|
Loading…
x
Reference in New Issue
Block a user