make: swap GNU url and mirror.
This commit is contained in:
parent
c2a607cd48
commit
3d280be3ad
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Make < Formula
|
||||
desc "Utility for directing compilation"
|
||||
homepage "https://www.gnu.org/software/make/"
|
||||
url "https://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2"
|
||||
mirror "https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2"
|
||||
url "https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2"
|
||||
mirror "https://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2"
|
||||
sha256 "d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue