aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-21 18:10:32 -0700
committerGitHub <noreply@github.com>2018-10-21 18:10:32 -0700
commit7a024a8f548bde18e1b94fec80f42ea2d46351dd (patch)
tree73f8cf626d27cef583a074c56c2aca6cf3464d2f
parenta478c21d399ff3ba1eaddc3d91d3ba7ff759f12f (diff)
libarchive: Update to 3.3.3
Added HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--libs/libarchive/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile
index 090af68e8..d4a9cdaad 100644
--- a/libs/libarchive/Makefile
+++ b/libs/libarchive/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libarchive
-PKG_VERSION:=3.3.2
+PKG_VERSION:=3.3.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.libarchive.org/downloads
-PKG_HASH:=ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
+PKG_SOURCE_URL:=https://www.libarchive.org/downloads
+PKG_HASH:=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e
PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
PKG_LICENSE:=BSD-2-Clause
@@ -27,7 +27,7 @@ define Package/libarchive/Default
CATEGORY:=Libraries
DEPENDS:=+zlib +liblzma +libbz2 +libexpat
TITLE:=Multi-format archive and compression library
- URL:=http://www.libarchive.org/
+ URL:=https://www.libarchive.org/
endef
define Package/libarchive