libgcrypt: bump revision for libgpg-error
See Homebrew/homebrew#42093 for existing issue. Closes Homebrew/homebrew#43307. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
c8fc106362
commit
ef047e6ed5
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
class Libgcrypt < Formula
|
||||
desc "Cryptographic library based on the code from GnuPG"
|
||||
homepage "https://gnupg.org/"
|
||||
url "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2"
|
||||
url "https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2"
|
||||
mirror "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2"
|
||||
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2"
|
||||
mirror "http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.3.tar.bz2"
|
||||
sha256 "41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -19,7 +19,8 @@ class Libgcrypt < Formula
|
|||
depends_on "libgpg-error"
|
||||
|
||||
resource "config.h.ed" do
|
||||
url "https://trac.macports.org/export/113198/trunk/dports/devel/libgcrypt/files/config.h.ed"
|
||||
url "https://raw.githubusercontent.com/DomT4/scripts/4d0517f86/Homebrew_Resources/MacPorts_Import/libgcrypt/r113198/config.h.ed"
|
||||
mirror "https://trac.macports.org/export/113198/trunk/dports/devel/libgcrypt/files/config.h.ed"
|
||||
version "113198"
|
||||
sha256 "d02340651b18090f3df9eed47a4d84bed703103131378e1e493c26d7d0c7aab1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue