Add latest version of libgcrypt (#13329)
This commit is contained in:
parent
73c5a9c736
commit
04e999162d
1 changed files with 8 additions and 6 deletions
|
@ -12,9 +12,11 @@ class Libgcrypt(AutotoolsPackage):
|
||||||
building blocks: symmetric ciphers, hash algorithms, MACs, public
|
building blocks: symmetric ciphers, hash algorithms, MACs, public
|
||||||
key algorithms, large integer functions, random numbers and a lot
|
key algorithms, large integer functions, random numbers and a lot
|
||||||
of supporting functions."""
|
of supporting functions."""
|
||||||
homepage = "http://www.gnu.org/software/libgcrypt/"
|
|
||||||
url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.1.tar.bz2"
|
|
||||||
|
|
||||||
|
homepage = "http://www.gnu.org/software/libgcrypt/"
|
||||||
|
url = "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.5.tar.bz2"
|
||||||
|
|
||||||
|
version('1.8.5', sha256='3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3')
|
||||||
version('1.8.4', sha256='f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227')
|
version('1.8.4', sha256='f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227')
|
||||||
version('1.8.1', sha256='7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3')
|
version('1.8.1', sha256='7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3')
|
||||||
version('1.7.6', sha256='626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc')
|
version('1.7.6', sha256='626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc')
|
||||||
|
|
Loading…
Reference in a new issue