mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
usbmuxd: update to githash 523f700
- libusbmuxd: update to 2.1.1 - libimobiledevice-glue: update to 1.3.2
This commit is contained in:
parent
65fdd1cd97
commit
670f72bd95
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="usbmuxd"
|
||||
PKG_VERSION="360619c5f721f93f0b9d8af1a2df0b926fbcf281"
|
||||
PKG_SHA256="3f36b9f427f388c701798904ed2655867e0113ef3ac68e73f1a69a6e5e2940b2"
|
||||
PKG_VERSION="523f7004dce885fe38b4f80e34a8f76dc8ea98b5"
|
||||
PKG_SHA256="a51615bb17bcf04ea4caac1edc58227a006a37b940878d3466b56a73b8b37af0"
|
||||
PKG_REV="0"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
@ -26,7 +26,9 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||
|
||||
configure_package() {
|
||||
# if using a git hash as a package version - set RELEASE_VERSION
|
||||
export RELEASE_VERSION="$(sed -n '1,/RE/s/Version \(.*\)/\1/p' ${PKG_BUILD}/NEWS)-git-${PKG_VERSION:0:7}"
|
||||
if [ -f ${PKG_BUILD}/NEWS ]; then
|
||||
export RELEASE_VERSION="$(sed -n '1,/RE/s/Version \(.*\)/\1/p' ${PKG_BUILD}/NEWS)-git-${PKG_VERSION:0:7}"
|
||||
fi
|
||||
}
|
||||
|
||||
post_configure_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user