mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/libgcrypt to 1.7.7-1
This commit is contained in:
parent
8363b02696
commit
007efe79cb
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - disable NEON and ARMv8 crypto support on !AArch64
|
# - disable NEON and ARMv8 crypto support on !AArch64
|
||||||
|
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
pkgver=1.7.6
|
pkgver=1.7.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
|
@ -16,7 +16,7 @@ options=('!emptydirs')
|
||||||
# https://www.gnupg.org/download/integrity_check.html
|
# https://www.gnupg.org/download/integrity_check.html
|
||||||
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||||
# https://gnupg.org/download/integrity_check.html
|
# https://gnupg.org/download/integrity_check.html
|
||||||
sha1sums=('d2b9e0f413064cfc67188f80d3cbda887c755a62'
|
sha1sums=('ea4ae1a4dba51f15095319419d7b42a0bf160384'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||||
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
||||||
|
|
Loading…
Reference in a new issue