mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7232 from neheb/patch-11
libarchive: Update to 3.3.3
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libarchive
|
PKG_NAME:=libarchive
|
||||||
PKG_VERSION:=3.3.2
|
PKG_VERSION:=3.3.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.libarchive.org/downloads
|
PKG_SOURCE_URL:=https://www.libarchive.org/downloads
|
||||||
PKG_HASH:=ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
|
PKG_HASH:=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e
|
||||||
PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
PKG_MAINTAINER:=Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ define Package/libarchive/Default
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib +liblzma +libbz2 +libexpat
|
DEPENDS:=+zlib +liblzma +libbz2 +libexpat
|
||||||
TITLE:=Multi-format archive and compression library
|
TITLE:=Multi-format archive and compression library
|
||||||
URL:=http://www.libarchive.org/
|
URL:=https://www.libarchive.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libarchive
|
define Package/libarchive
|
||||||
|
|||||||
Reference in New Issue
Block a user