mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
system-tools: update to 117
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
This commit is contained in:
parent
dc63573fbe
commit
1f036f27ca
@ -1,3 +1,17 @@
|
||||
117
|
||||
- fdupes: update to 2.1.2
|
||||
- htop: update to 3.0.4
|
||||
- i2c-tools: update to 3.1.2+patches
|
||||
- inotify-tools: update to 3.20.11.0
|
||||
- libmtp: update to 1.1.18
|
||||
- libssh2: update to 1.9.0
|
||||
- oniguruma: update to 6.9.6
|
||||
- smartmontools: update to 7.2
|
||||
- strace: update to 5.10
|
||||
- stress-ng: update to 0.12.01
|
||||
- usb-modeswitch: update to 2.6.1
|
||||
- vim: update to 8.2.2293
|
||||
|
||||
116
|
||||
- added st (Generic only)
|
||||
- updated unrar to 6.0.3
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="system-tools"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_REV="116"
|
||||
PKG_REV="117"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
@ -110,7 +110,7 @@ addon() {
|
||||
|
||||
# jq
|
||||
cp -P $(get_install_dir jq)/usr/bin/jq $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||
cp -P $(get_install_dir oniguruma)/usr/lib/libonig.so $ADDON_BUILD/$PKG_ADDON_ID/lib
|
||||
cp -P $(get_install_dir oniguruma)/usr/lib/{libonig.so,libonig.so.5,libonig.so.5.1.0} $ADDON_BUILD/$PKG_ADDON_ID/lib
|
||||
|
||||
# lm_sensors
|
||||
cp -P $(get_install_dir lm_sensors)/usr/bin/sensors $ADDON_BUILD/$PKG_ADDON_ID/bin 2>/dev/null || :
|
||||
|
Loading…
x
Reference in New Issue
Block a user