network-tools: update addon to 108

This commit is contained in:
heitbaum 2021-01-13 22:30:42 +00:00
parent aae05508be
commit 68c911d53d
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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