mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
network-tools: update addon to 108
This commit is contained in:
parent
aae05508be
commit
68c911d53d
@ -1,3 +1,8 @@
|
||||
108
|
||||
- bwm-ng: update to 0.6.3
|
||||
- tcpdump: update to 4.99.0
|
||||
- libpcap: revert to building with configure (107)
|
||||
|
||||
107
|
||||
- libpcap: update to 1.10.0
|
||||
- ngrep: update to 2019-01-29
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="network-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="107"
|
||||
PKG_REV="108"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -75,7 +75,7 @@ addon() {
|
||||
cp -P $(get_install_dir sshfs)/usr/bin/sshfs $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# tcpdump
|
||||
cp -P $(get_install_dir tcpdump)/usr/sbin/tcpdump $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -P $(get_install_dir tcpdump)/usr/bin/tcpdump $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
||||
# udpxy
|
||||
cp -P $(get_install_dir udpxy)/usr/bin/udpxy $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user