mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:37:18 +08:00
Updater crypto group
This commit is contained in:
parent
9273fadc10
commit
50f7d2def2
@ -4,8 +4,8 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.5.0
|
||||
pkgrel=3
|
||||
pkgver=1.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="a general purpose crypto library based on the code used"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnupg.org"
|
||||
@ -13,7 +13,7 @@ license=('LGPL')
|
||||
depends=('libgpg-error>=1.8')
|
||||
options=(!libtool)
|
||||
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha1sums=('3e776d44375dc1a710560b98ae8437d5da6e32cf')
|
||||
sha1sums=('c9998383532ba3e8bcaf690f2f0d65e814b48d2f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -4,8 +4,8 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=libgpg-error
|
||||
pkgver=1.10
|
||||
pkgrel=3
|
||||
pkgver=1.12
|
||||
pkgrel=1
|
||||
pkgdesc="Support library for libgcrypt"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
@ -13,7 +13,7 @@ license=('LGPL')
|
||||
depends=('glibc' 'sh')
|
||||
options=(!libtool)
|
||||
source=("ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha1sums=('95b324359627fbcb762487ab6091afbe59823b29')
|
||||
sha1sums=('259f359cd1440b21840c3a78e852afd549c709b8')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user