automake: host patch for stability (#47908)

This commit is contained in:
FX Coudert 2019-12-15 20:13:39 +01:00 committed by GitHub
parent 09485b0c7a
commit 402dd6d930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,11 @@ class Automake < Formula
depends_on "autoconf" depends_on "autoconf"
# https://lists.gnu.org/archive/html/bug-automake/2018-04/msg00002.html # https://lists.gnu.org/archive/html/bug-automake/2018-04/msg00002.html
# https://git.savannah.gnu.org/cgit/automake.git/commit/?id=a348d830659fffd2cfc42994524783b07e69b4b5
# Remove this when applying any future 1.16.2 update. # Remove this when applying any future 1.16.2 update.
patch do patch do
url "https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5" url "https://raw.githubusercontent.com/Homebrew/formula-patches/6c632516/automake/python.diff"
sha256 "7a57ca2b91f7f3c0b168cf5ffbc8a1b2168f3886bcadcc15412281472dace3ce" sha256 "c048ce853eef073a5dfce34fcf9af786e8525e384e01dbbf4e6066623985d4c7"
end end
def install def install