diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-03-21 01:55:28 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-21 01:58:01 +0000 |
commit | d59731ba6148dd21eb1ae6121c4a377aaab43a83 (patch) | |
tree | 42f9a04766ab1bea19abea183c127db45df1c8fc /net/gnunet-fuse/Makefile | |
parent | 033744ac5988850c299a0d64a0595a333879d51f (diff) |
gnunet-fuse: update to 0.16.0
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>
Diffstat (limited to 'net/gnunet-fuse/Makefile')
-rw-r--r-- | net/gnunet-fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnunet-fuse/Makefile b/net/gnunet-fuse/Makefile index 63451943e..a274ef957 100644 --- a/net/gnunet-fuse/Makefile +++ b/net/gnunet-fuse/Makefile @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnunet-fuse -PKG_VERSION:=0.14.0 +PKG_VERSION:=0.16.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gnunet -PKG_HASH:=4e7d470e2a119e13e4fa8ca9d2b7db58a90bf415dde099499f9e189b4319d774 +PKG_HASH:=2cbeb79cc2aa9939d5faaaf52c21da125029cb6646c1db0d3b9e9feea7f23fa6 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |