libgcrypt 1.7.1
Closes #2014. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b2f05ea5ed
commit
ba92bd1a5f
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
class Libgcrypt < Formula
|
||||
desc "Cryptographic library based on the code from GnuPG"
|
||||
homepage "https://directory.fsf.org/wiki/Libgcrypt"
|
||||
url "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.7.0.tar.bz2"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.0.tar.bz2"
|
||||
sha256 "b0e67ea74474939913c4d9d9ef4ef5ec378efbe2bebe36389dee319c79bffa92"
|
||||
revision 1
|
||||
url "https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.7.1.tar.bz2"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.7.1.tar.bz2"
|
||||
sha256 "450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue