diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-09-15 22:32:18 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-09 01:29:01 +0100 |
commit | 746bb9555243771d06f0785823e023ce01552a78 (patch) | |
tree | 7d0d583a79d2ecadd19b89548516cb35d5428c3f /net/gnunet/Makefile | |
parent | 3da874371b0d3e95110fbcff025caa16b577c73c (diff) |
gnunet: update to version 0.15.3
Update to GNUnet release 0.15.3.
Note that GNUnet 0.15.x is incompatible with the previous 0.14.x
wire format.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/gnunet/Makefile')
-rw-r--r-- | net/gnunet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 51fb6e458..fb7f204db 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet -PKG_VERSION:=0.14.1 +PKG_VERSION:=0.15.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gnunet -PKG_HASH:=4a3205c570c30756f1a8b1ad0f1a63d078a92f0fac8e543471d54f4552da18c2 +PKG_HASH:=d62669a8f41e078eaa220ce77a32f4f3f801e3099357ae8c705498fe73884ec5 PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILES:=COPYING @@ -260,7 +260,7 @@ LIBEXEC_gns:=dns2gns helper-dns service-dns service-gns service-namecache servic CONF_gns:=dns gns namecache namestore resolver zonemaster FILE_MODES_gns:=/usr/lib/gnunet/libexec/gnunet-helper-dns:root:gnunetdns:4750 /usr/lib/gnunet/libexec/gnunet-service-dns:gnunet:gnunetdns:2750 -DEPENDS_namestore-fcfsd:=+gnunet-gns +libmicrohttpd-ssl +DEPENDS_namestore-fcfsd:=+gnunet-rest +libmicrohttpd-ssl LIBEXEC_namestore-fcfsd:=namestore-fcfsd DEPENDS_gns-proxy:=+gnunet-gns +gnunet-curl +libmicrohttpd-ssl +PACKAGE_libgnutls-dane:libgnutls-dane |