diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2024-01-24 10:59:45 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2024-01-24 10:59:45 +0100 |
commit | 995825f417448f6f1e742207f1b0d8b6ba95b734 (patch) | |
tree | bc030fe17007f9fcae2e516a976b849428cd37a6 /libs/gnutls/Makefile | |
parent | 48a7b8a57e3793933bd0943863491f88c8e218a9 (diff) |
gnutls: updated to 3.8.3
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Diffstat (limited to 'libs/gnutls/Makefile')
-rw-r--r-- | libs/gnutls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index a02d9e08f..ea5e74f31 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.8.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.8.3 +PKG_RELEASE:=1 PKG_BUILD_FLAGS:=no-mips16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8 -PKG_HASH:=0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5 +PKG_HASH:=f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_LICENSE:=LGPL-2.1-or-later |