diff options
author | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2019-12-02 17:11:39 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> | 2019-12-02 17:14:48 +0100 |
commit | b36825be757a28f822aa294698fd5f416b9c46e0 (patch) | |
tree | 367bb23e143d93d8adb88cfa40b39ce9370e107d /libs/gnutls | |
parent | e8d34f8640aa96aff5f9dce97326a1c3431c139b (diff) |
gnutls: updated to 3.6.11
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Diffstat (limited to 'libs/gnutls')
-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 bc1ddd350..dd28a4d92 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.6.9 -PKG_RELEASE:=2 +PKG_VERSION:=3.6.11.1 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6 -PKG_HASH:=4331fca55817ecdd74450b908a6c29b4f05bb24dd13144c6284aa34d872e1fcb +PKG_HASH:=148466872f231cf59bfdbbc314b3d1de4a0d116151a956b0fdbc450d9b4d463a #PKG_FIXUP:=autoreconf gettext-version PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_LICENSE:=LGPL-2.1-or-later |