libarchive: Update to 3.3.3
Added HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a478c21d39
commit
7a024a8f54
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue