summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-02-02 14:18:07 -0500
committerAndrew Sun2022-02-02 14:18:07 -0500
commitd8e67460f0ee52fd7fbe1134e5de69b502781376 (patch)
treeb2dded8483283272d77a05fd41759639f4d538b1
parent548d48b541f247df0256ccc2cbeae7f40ddd7c21 (diff)
downloadaur-d8e67460f0ee52fd7fbe1134e5de69b502781376.tar.gz
1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb79069ba5aa..fc46fa8c1469 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.9.4
+ pkgver = 1.10.0
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.9.4.tar.bz2
- source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.9.4.tar.bz2.sig
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.0.tar.bz2
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.0.tar.bz2.sig
source = libgcrypt-use-correct-def-file.patch
source = Smarter-fig2dev-detection.all.patch
validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
- sha1sums = 1bccc8393482fa1953323ff429c6b5ba5676eb1a
+ sha1sums = 363feb8187f6c59b6b10721af6a94558db8ec3af
sha1sums = SKIP
sha1sums = 0f03d59dee4b967dfa80621ef4b1efea61772c16
sha1sums = 3613a5454aeaef8d264011f2bc9f2303248fb933
diff --git a/PKGBUILD b/PKGBUILD
index fa9bf340f769..a947cee60176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-libgcrypt
-pkgver=1.9.4
+pkgver=1.10.0
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=('1bccc8393482fa1953323ff429c6b5ba5676eb1a'
+sha1sums=('363feb8187f6c59b6b10721af6a94558db8ec3af'
'SKIP'
'0f03d59dee4b967dfa80621ef4b1efea61772c16'
'3613a5454aeaef8d264011f2bc9f2303248fb933')