summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-08-29 14:36:41 -0400
committerAndrew Sun2019-08-29 14:36:41 -0400
commit6385e59b421364480c0b0ccc787bec88c102dbf5 (patch)
tree1544a4ff0cb53720ce5369237249f59b80e88b33
parent099455377c6bb31c3539295a97d2e00422bfb9a2 (diff)
downloadaur-6385e59b421364480c0b0ccc787bec88c102dbf5.tar.gz
mingw-w64-libgcrypt: update to 1.8.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cb6054c6da1..eae80525d25f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mingw-w64-libgcrypt
pkgdesc = General purpose cryptographic library based on the code from GnuPG (mingw-w64)
- pkgver = 1.8.4
+ pkgver = 1.8.5
pkgrel = 1
- url = http://www.gnupg.org
+ url = https://www.gnupg.org
arch = any
license = LGPL
makedepends = mingw-w64-configure
@@ -11,13 +11,13 @@ pkgbase = mingw-w64-libgcrypt
options = !buildflags
options = !strip
options = !emptydirs
- source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.4.tar.bz2
- source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.4.tar.bz2.sig
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2
+ source = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2.sig
source = libgcrypt-use-correct-def-file.patch
source = Smarter-fig2dev-detection.all.patch
validpgpkeys = 031EC2536E580D8EA286A9F22071B08A33BD3F06
validpgpkeys = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
- sha1sums = 4a8ef9db6922f3a31992aca5640b4198a69b58fc
+ sha1sums = 2d8781e92f88706707a1e76fb628b499ad538a30
sha1sums = SKIP
sha1sums = 0f03d59dee4b967dfa80621ef4b1efea61772c16
sha1sums = 3613a5454aeaef8d264011f2bc9f2303248fb933
diff --git a/PKGBUILD b/PKGBUILD
index 33f096467010..ec4763ee08eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+
pkgname=mingw-w64-libgcrypt
-pkgver=1.8.4
+pkgver=1.8.5
pkgrel=1
pkgdesc="General purpose cryptographic library based on the code from GnuPG (mingw-w64)"
arch=("any")
-url="http://www.gnupg.org"
+url="https://www.gnupg.org"
license=("LGPL")
depends=('mingw-w64-libgpg-error')
makedepends=('mingw-w64-configure')
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=('4a8ef9db6922f3a31992aca5640b4198a69b58fc'
+ "libgcrypt-use-correct-def-file.patch"
+ "Smarter-fig2dev-detection.all.patch")
+sha1sums=('2d8781e92f88706707a1e76fb628b499ad538a30'
'SKIP'
'0f03d59dee4b967dfa80621ef4b1efea61772c16'
'3613a5454aeaef8d264011f2bc9f2303248fb933')