gnurl: update to release 0.72.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
67bd65aead
commit
0d2e3fa5d4
1 changed files with 3 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gnurl
|
PKG_NAME:=gnurl
|
||||||
PKG_VERSION:=7.70.0
|
PKG_VERSION:=7.72.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@GNU/gnunet
|
PKG_SOURCE_URL:=@GNU/gnunet
|
||||||
|
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=0acfcf7921eab323d41be3c8dbb3c4926530bb1fdd95b4fa6f412eb291a2a95f
|
PKG_HASH:=b1e72be03fcf9b3fdaf01ae0702c686e9de10f67ef538918447c9e81555694f8
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -71,6 +71,7 @@ CONFIGURE_ARGS += \
|
||||||
--without-ssl \
|
--without-ssl \
|
||||||
--without-winssl \
|
--without-winssl \
|
||||||
--without-darwinssl \
|
--without-darwinssl \
|
||||||
|
--without-zstd \
|
||||||
--disable-ares \
|
--disable-ares \
|
||||||
--disable-sspi \
|
--disable-sspi \
|
||||||
--disable-crypto-auth \
|
--disable-crypto-auth \
|
||||||
|
|
Loading…
Reference in a new issue