mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
netbase: update to netbase-6.0
This commit is contained in:
parent
70b69ebffa
commit
12e475ae7f
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="netbase"
|
||||
PKG_VERSION="5.4"
|
||||
PKG_SHA256="66ff73d2d162e2d49db43988d8b8cd328cf7fffca042db73397f14c71825e80d"
|
||||
PKG_VERSION="6.0"
|
||||
PKG_SHA256="692baeb7b76eba5580c7edbc97ce1784a06b5aa4b367c5ed0b39e0ce7a97d594"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://anonscm.debian.org/cgit/users/md/netbase.git/"
|
||||
PKG_URL="http://ftp.debian.org/debian/pool/main/n/netbase/netbase_$PKG_VERSION.tar.xz"
|
||||
@ -13,6 +13,6 @@ PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/etc
|
||||
cp etc-protocols $INSTALL/etc/protocols
|
||||
cp etc-services $INSTALL/etc/services
|
||||
cp etc/protocols $INSTALL/etc
|
||||
cp etc/services $INSTALL/etc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user