unrar: update to v5.4.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
b604e956d9
commit
237d312cdb
2 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=unrar
|
PKG_NAME:=unrar
|
||||||
PKG_VERSION:=5.3.11
|
PKG_VERSION:=5.4.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=unrarsrc-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=unrarsrc-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.rarlab.com/rar
|
PKG_SOURCE_URL:=http://www.rarlab.com/rar
|
||||||
PKG_MD5SUM:=4a29cc1b47ced82db11e06090a95ed51
|
PKG_MD5SUM:=fb77bcbeac6953f563230634d74a87d7
|
||||||
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
||||||
|
|
||||||
PKG_LICENSE:=UnRAR
|
PKG_LICENSE:=UnRAR
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
# Makefile for UNIX - unrar
|
# Makefile for UNIX - unrar
|
||||||
|
|
||||||
# Linux using GCC
|
# Linux using GCC
|
||||||
-CXX=g++
|
-CXX=c++
|
||||||
-CXXFLAGS=-O2
|
-CXXFLAGS=-O2
|
||||||
+#CXX=g++
|
+#CXX=c++
|
||||||
+#CXXFLAGS=-O2
|
+#CXXFLAGS=-O2
|
||||||
LIBFLAGS=-fPIC
|
LIBFLAGS=-fPIC
|
||||||
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
|
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
|
||||||
|
|
Loading…
Reference in a new issue