unrar: update to unrar-4.2.4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-06 13:10:42 +01:00
parent d573512d07
commit 5bdcdc94c8
2 changed files with 6 additions and 5 deletions

View File

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

View File

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