wget 1.16.3
Closes Homebrew/homebrew#37532. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2ef1ccf193
commit
33fb2dec6b
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
class Wget < Formula
|
||||
homepage "https://www.gnu.org/software/wget/"
|
||||
url "http://ftpmirror.gnu.org/wget/wget-1.16.2.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/wget/wget-1.16.2.tar.xz"
|
||||
sha256 "a7dfde1bcb0eb135addf587a649fd0e47c1a876edef359b9197cdffd1fdcd7d5"
|
||||
url "http://ftpmirror.gnu.org/wget/wget-1.16.3.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/wget/wget-1.16.3.tar.xz"
|
||||
sha256 "67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37"
|
||||
|
||||
bottle do
|
||||
sha1 "4a25ec9c585fd7d9b661ae3ee865a990e933b34c" => :yosemite
|
||||
|
|
Loading…
Reference in a new issue