summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-25 00:21:50 +0100
committerMartchus2024-01-25 00:21:50 +0100
commitfb764724655b776626ef902b0e01868a261c2ad3 (patch)
treeb2f4033d91b981e2544a15f417a77bf90836ad21
parent999d3daf2cba102d99f3408e729b24141739a2b6 (diff)
downloadaur-mingw-w64-gnutls.tar.gz
Update to 3.8.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f34a0906f991..3a800141586a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = mingw-w64-gnutls
pkgdesc = A library which provides a secure layer over a reliable transport layer (mingw-w64)
- pkgver = 3.8.1
+ pkgver = 3.8.3
pkgrel = 1
- url = http://www.gnu.org/software/gnutls
+ url = https://www.gnutls.org/
arch = any
- license = GPL3
- license = LGPL2.1
+ license = GPL-3.0-or-later AND LGPL-2.1-or-later
checkdepends = mingw-w64-wine
makedepends = mingw-w64-configure
makedepends = autogen
@@ -20,11 +19,11 @@ pkgbase = mingw-w64-gnutls
options = staticlibs
options = !strip
options = !buildflags
- source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.1.tar.xz
- source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.1.tar.xz.sig
+ source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3.tar.xz
+ source = https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3.tar.xz.sig
source = gnutls-fix-external-libtasn1-detection.patch
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
- sha256sums = ba8b9e15ae20aba88f44661978f5b5863494316fe7e722ede9d069fe6294829c
+ sha256sums = f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e
sha256sums = SKIP
sha256sums = 8525da75852a516be0cb05df0a770daf19ce0583033260d6cac03a1e40fd2072
diff --git a/PKGBUILD b/PKGBUILD
index 8af0c477fbc5..581400ca0cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=mingw-w64-gnutls
-pkgver=3.8.1
+pkgver=3.8.3
pkgrel=1
pkgdesc='A library which provides a secure layer over a reliable transport layer (mingw-w64)'
arch=('any')
-url="http://www.gnu.org/software/gnutls"
-license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/"
+license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
makedepends=('mingw-w64-configure' 'autogen')
checkdepends=('mingw-w64-wine')
depends=('mingw-w64-crt' 'mingw-w64-libtasn1' 'mingw-w64-readline' 'mingw-w64-zlib' 'mingw-w64-nettle' 'mingw-w64-p11-kit' 'mingw-w64-libunistring')
@@ -14,7 +14,7 @@ options=(staticlibs !strip !buildflags)
optdepends=("mingw-w64-openssl: libgnutls-openssl")
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v${pkgver%.*}/${pkgname#mingw-w64-}-${pkgver}.tar.xz{,.sig}
gnutls-fix-external-libtasn1-detection.patch)
-sha256sums=('ba8b9e15ae20aba88f44661978f5b5863494316fe7e722ede9d069fe6294829c'
+sha256sums=('f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e'
'SKIP'
'8525da75852a516be0cb05df0a770daf19ce0583033260d6cac03a1e40fd2072')
validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno <ueno@unixuser.org>"