commit d150732

chld  ·  2026-09-06 01:55:18 +0000 UTC
parent bb0840a
gnutls: bump to 3.8.13
2 files changed,  +3, -3
+1, -1
1@@ -2,5 +2,5 @@ name: gnutls
2 description: some gnuslop tls
3 license: GPL-3.0-or-later
4 upstream:
5-version: 3.1.5
6+version: 3.8.13
7 maintainer: 
+2, -2
 1@@ -1,8 +1,8 @@
 2 #!/bin/sh -ue
 3 NAME=gnutls
 4-VERSION=3.1.5
 5+VERSION=3.8.13
 6 RELEASE=1
 7-SOURCE="https://ftp.gnu.org/gnu/${NAME}/${NAME}-${VERSION}.tar.xz"
 8+SOURCE="https://gnupg.org/ftp/gcrypt/${NAME}/v3.8/${NAME}-${VERSION}.tar.xz"
 9 
10 build(){
11     CFLAGS='-static' LDFLAGS='-static' DESTDIR="$PKG" PREFIX="$PREFIX" ./configure --prefix="$PREFIX" \