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:
Tilman Keskinöz 2013-03-28 05:29:24 +00:00 committed by Peter Korsgaard
parent ba9c34787b
commit db5db3486f
2 changed files with 3 additions and 3 deletions

View File

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

View File

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