Skip to content

Commit

Permalink
Use gnutls 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Aug 17, 2024
1 parent 236ce2f commit 4df30c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/gnutls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
PKG := gnutls
$(PKG)_WEBSITE := https://www.gnu.org/software/gnutls/
$(PKG)_DESCR := The GnuTLS Transport Layer Security Library
$(PKG)_VERSION := 3.8.7
$(PKG)_CHECKSUM := fe302f2b6ad5a564bcb3678eb61616413ed5277aaf8e7bf7cdb9a95a18d9f477
$(PKG)_VERSION := 3.7.11
$(PKG)_CHECKSUM := 90e337504031ef7d3077ab1a52ca8bac9b2f72bc454c95365a1cd1e0e81e06e9
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.8/$($(PKG)_FILE)
$(PKG)_URL_2 := https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.8/$($(PKG)_FILE)
$(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.7/$($(PKG)_FILE)
$(PKG)_URL_2 := https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.7/$($(PKG)_FILE)
$(PKG)_DEPS := cc gettext gmp libidn2 libtasn1 libunistring nettle zlib

define $(PKG)_UPDATE
$(WGET) -q -O- https://gnupg.org/ftp/gcrypt/gnutls/v3.8/ | \
$(WGET) -q -O- https://gnupg.org/ftp/gcrypt/gnutls/v3.7/ | \
$(SED) -n 's,.*gnutls-\([1-9]\+\(\.[0-9]\+\)\+\)\..*,\1,p' | \
$(SORT) -V | \
tail -1
Expand Down

0 comments on commit 4df30c3

Please sign in to comment.