Browse Source

gnutls: updated to 3.5.4

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 8 years ago
parent
commit
dc5961ffc2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/gnutls/Makefile

+ 3
- 3
libs/gnutls/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gnutls
PKG_VERSION:=3.4.14
PKG_VERSION:=3.5.4
PKG_RELEASE:=1
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4
PKG_MD5SUM:=ad3e269a6793424d5d21c9626e1c9ef1
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5
PKG_MD5SUM:=c17e20d0f6b040580df57f5f94e3610f
#PKG_FIXUP:=autoreconf gettext-version
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
PKG_LICENSE:=LGPLv2.1+


Loading…
Cancel
Save