diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2022-08-07 16:53:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 16:53:18 +0200 |
commit | 5dcb407a5cf033e20d4fd5e750d71521b7b24203 (patch) | |
tree | 2e38baeee34be76d9fd1ac65207636e4c7b823ed | |
parent | 82a45b28b736642d263038e0b596c620fa5102e7 (diff) | |
parent | 0a4345d978c7f7901b2f28f874aeb6a2026ef6fb (diff) |
Merge pull request #19126 from PolynomialDivision/update-gnutls
gnutls: update to 3.7.7
-rw-r--r-- | libs/gnutls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index ae3f9c750..28b3c127b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.7.6 +PKG_VERSION:=3.7.7 PKG_RELEASE:=$(AUTORELEASE) PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7 -PKG_HASH:=77065719a345bfb18faa250134be4c53bef70c1bd61f6c0c23ceb8b44f0262ff +PKG_HASH:=be9143d0d58eab64dba9b77114aaafac529b6c0d7e81de6bdf1c9b59027d2106 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_LICENSE:=LGPL-2.1-or-later |