lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit eddf96c4c228977f72fb61a0d4310df5399c944d
parent f3256314aa12d36c177cec6e8ed2d76bfbfba2c8
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 23 Mar 2017 17:20:39 +0200

Merge pull request #4186 from diizzyy/patch-38

libs/libarchive: Update to 3.3.1
Diffstat:
Mlibs/libarchive/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libarchive -PKG_VERSION:=3.2.2 +PKG_VERSION:=3.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.libarchive.org/downloads -PKG_MD5SUM:=691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f +PKG_HASH:=29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7 PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> PKG_LICENSE:=BSD-2-Clause