libgcrypt: update to 1.4.6.
--HG-- branch : gnome3
This commit is contained in:
parent
ce983b3392
commit
1c9e715d6e
2 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libgpg-error-devel
|
Add_dependency run libgpg-error-devel
|
||||||
Add_dependency run libgcrypt
|
Add_dependency run libgcrypt
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'libgcrypt'.
|
# Template build file for 'libgcrypt'.
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.4.5
|
version=1.4.6
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="GNU cryptographic library"
|
short_desc="GNU cryptographic library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=496f907c5324de75367ec61c63bfeed1309ef0bc64845dc20b3597731abd9e40
|
checksum=3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
|
||||||
long_desc="
|
long_desc="
|
||||||
This is a general purpose cryptographic library based on the code from GnuPG.
|
This is a general purpose cryptographic library based on the code from GnuPG.
|
||||||
It provides functions for all cryptograhic building blocks: symmetric ciphers
|
It provides functions for all cryptograhic building blocks: symmetric ciphers
|
||||||
|
|
Loading…
Reference in a new issue