summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-04-07 08:25:19 -0400
committerAndrew Sun2023-04-07 08:25:19 -0400
commitf74ca93f5468f5e83e2760b03889ad7db924f7f9 (patch)
tree4cd4a94693f69ffcf110ce446ef18bfc8971ec8b
parent355a738e9678778cb17701430f0cf55ee4933e44 (diff)
downloadaur-f74ca93f5468f5e83e2760b03889ad7db924f7f9.tar.gz
1.10.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bffe7a4e5b6..213c28e0ad02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libgcrypt
pkgdesc = General purpose cryptographic library based on the code from GnuPG (mingw-w64)
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://www.gnupg.org
arch = any
@@ -11,12 +11,12 @@ pkgbase = mingw-w64-libgcrypt
options = !buildflags
options = !strip
options = !emptydirs
- source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.1.tar.bz2
- source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.1.tar.bz2.sig
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.2.tar.bz2
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.2.tar.bz2.sig
source = libgcrypt-use-correct-def-file.patch
source = Smarter-fig2dev-detection.all.patch
validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
- sha1sums = de2cc32e7538efa376de7bf5d3eafa85626fb95f
+ sha1sums = 0b9555960d84a09ea14e52360808f2e02e9c12d2
sha1sums = SKIP
sha1sums = 0f03d59dee4b967dfa80621ef4b1efea61772c16
sha1sums = 3613a5454aeaef8d264011f2bc9f2303248fb933
diff --git a/PKGBUILD b/PKGBUILD
index 218dd9be9888..31c7210ce715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-libgcrypt
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)"
arch=("any")
@@ -13,7 +13,7 @@ options=(staticlibs !buildflags !strip !emptydirs)
source=("https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${pkgver}.tar.bz2"{,.sig}
"libgcrypt-use-correct-def-file.patch"
"Smarter-fig2dev-detection.all.patch")
-sha1sums=('de2cc32e7538efa376de7bf5d3eafa85626fb95f'
+sha1sums=('0b9555960d84a09ea14e52360808f2e02e9c12d2'
'SKIP'
'0f03d59dee4b967dfa80621ef4b1efea61772c16'
'3613a5454aeaef8d264011f2bc9f2303248fb933')