Add latest version of libgcrypt (#13329)
This commit is contained in:
		| @@ -8,13 +8,15 @@ | |||||||
|  |  | ||||||
| class Libgcrypt(AutotoolsPackage): | class Libgcrypt(AutotoolsPackage): | ||||||
|     """Libgcrypt is a general purpose cryptographic library based on |     """Libgcrypt is a general purpose cryptographic library based on | ||||||
|        the code from GnuPG. It provides functions for all cryptographic |     the code from GnuPG. It provides functions for all cryptographic | ||||||
|        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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart