mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/libgcrypt to 1.8.5-1
This commit is contained in:
parent
ee6f8d8e5d
commit
aae292a221
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
|||
# - fix screwed up capability detection
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.8.4
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
url="https://www.gnupg.org"
|
||||
license=('LGPL')
|
||||
depends=('libgpg-error')
|
||||
options=('!emptydirs')
|
||||
# https://www.gnupg.org/download/integrity_check.html
|
||||
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
sha1sums=('4a8ef9db6922f3a31992aca5640b4198a69b58fc'
|
||||
sha1sums=('2d8781e92f88706707a1e76fb628b499ad538a30'
|
||||
'SKIP')
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
||||
|
|
Loading…
Reference in a new issue