automake: swap GNU url and mirror.
This commit is contained in:
parent
7217ace220
commit
c679306cc1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Automake < Formula
|
||||
desc "Tool for generating GNU Standards-compliant Makefiles"
|
||||
homepage "https://www.gnu.org/software/automake/"
|
||||
url "https://ftpmirror.gnu.org/automake/automake-1.15.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz"
|
||||
url "https://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/automake/automake-1.15.tar.xz"
|
||||
sha256 "9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue