gnunet-fuse: update to 0.16.0
authorDaniel Golle <daniel@makrotopia.org>
Wed, 28 Apr 2021 17:19:25 +0000 (18:19 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 26 Mar 2022 21:31:54 +0000 (21:31 +0000)
Only notable change since 0.14.0 is that pthread_mutexattr_setkind_np()
is now no longer used.
pthread_mutexattr_setkind_np() is deprecated and non-standard.
The standard version is called pthread_mutexattr_settype()

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commits
 05eac1796d gnunet-fuse: update to version 0.14.0
 d59731ba61 gnunet-fuse: update to 0.16.0
)

net/gnunet-fuse/Makefile

index e3e3fdb4f0fc5ddb1065c1884ef207ec30de7105..a274ef9570dbea5b70c8919b7d1597db991d0c6d 100644 (file)
@@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnunet-fuse
 
-PKG_VERSION:=0.13.0
-PKG_RELEASE:=1
+PKG_VERSION:=0.16.0
+PKG_RELEASE:=$(AUTORELEASE)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/gnunet
-PKG_HASH:=3c176dcf0bd1950edd00aebf207c4f0d1d2e8a5cb5099dbf193398aa5c6f3421
+PKG_HASH:=2cbeb79cc2aa9939d5faaaf52c21da125029cb6646c1db0d3b9e9feea7f23fa6
 
 PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=COPYING