mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
libarchive: update to 3.0.4
Signed-off-by: Tilman Keskinöz <arved@arved.at> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ba9c34787b
commit
db5db3486f
@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBARCHIVE
|
||||
Libarchive is a reusable C library for reading and writing a
|
||||
variety of streaming archive formats.
|
||||
|
||||
http://code.google.com/p/libarchive/
|
||||
http://www.libarchive.org/
|
||||
|
||||
comment "libarchive requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
@ -3,8 +3,8 @@
|
||||
# libarchive (reusable C library for archive formats)
|
||||
#
|
||||
#############################################################
|
||||
LIBARCHIVE_VERSION = 2.8.5
|
||||
LIBARCHIVE_SITE = http://libarchive.googlecode.com/files/
|
||||
LIBARCHIVE_VERSION = 3.0.4
|
||||
LIBARCHIVE_SITE = http://github.com/downloads/libarchive/libarchive
|
||||
LIBARCHIVE_SOURCE = libarchive-$(LIBARCHIVE_VERSION).tar.gz
|
||||
LIBARCHIVE_INSTALL_STAGING = YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user