mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
unrar: update to unrar-4.2.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d573512d07
commit
5bdcdc94c8
@ -23,9 +23,10 @@
|
||||
. config/options $1
|
||||
|
||||
cd $BUILD/$1
|
||||
make CC=$TARGET_CC \
|
||||
RANLIB=$TARGET_RANLIB \
|
||||
AR=$TARGET_AR \
|
||||
STRIP=$TARGET_STRIP \
|
||||
make CXX="$TARGET_CXX" \
|
||||
CXXFLAGS="$TARGET_CXXFLAGS" \
|
||||
RANLIB="$TARGET_RANLIB" \
|
||||
AR="$TARGET_AR" \
|
||||
STRIP="$TARGET_STRIP" \
|
||||
-f makefile.unix
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="unrar"
|
||||
PKG_VERSION="4.0.7"
|
||||
PKG_VERSION="4.2.4"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="free"
|
||||
|
Loading…
x
Reference in New Issue
Block a user