gnupg 2.3.4
Closes #91747. Signed-off-by: rui <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
e917933cee
commit
3a1be9caf8
|
@ -1,10 +1,9 @@
|
|||
class Gnupg < Formula
|
||||
desc "GNU Pretty Good Privacy (PGP) package"
|
||||
homepage "https://gnupg.org/"
|
||||
url "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.3.tar.bz2"
|
||||
sha256 "5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937"
|
||||
url "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.4.tar.bz2"
|
||||
sha256 "f3468ecafb1d7f9ad7b51fd1db7aebf17ceb89d2efa8a05cf2f39b4d405402ae"
|
||||
license "GPL-3.0-or-later"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
url "https://gnupg.org/ftp/gcrypt/gnupg/"
|
||||
|
@ -37,13 +36,6 @@ class Gnupg < Formula
|
|||
depends_on "libidn"
|
||||
end
|
||||
|
||||
# Silence warning about /proc.
|
||||
# Remove with the next release.
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/890be5f6af88e7913d177af87a50129049e681bb/gnupg/2.3.3-proc-error.patch"
|
||||
sha256 "c4ee02929a03935121b8a2db01e83fbe046a07f104514b2d1cba453c47464204"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in New Issue