Skip to content

Commit

Permalink
gmp: fix brew audit, https://ftp.gnu.org
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#35806.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
scpeters authored and jacknagel committed Jan 18, 2015
1 parent 90083b4 commit 1252bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gmp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Gmp < Formula
homepage "http://gmplib.org/"
url "http://ftpmirror.gnu.org/gmp/gmp-6.0.0a.tar.bz2"
mirror "ftp://ftp.gmplib.org/pub/gmp/gmp-6.0.0a.tar.bz2"
mirror "http://ftp.gnu.org/gnu/gmp/gmp-6.0.0a.tar.bz2"
mirror "https://ftp.gnu.org/gnu/gmp/gmp-6.0.0a.tar.bz2"
sha1 "360802e3541a3da08ab4b55268c80f799939fddc"

bottle do
Expand Down

0 comments on commit 1252bfd

Please sign in to comment.