Commit db5db348 authored by Tilman Keskinöz's avatar Tilman Keskinöz Committed by Peter Korsgaard
Browse files

libarchive: update to 3.0.4

parent ba9c3478
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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