diff options
| author | Ed Flanagan | 2014-11-28 00:29:55 -0600 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-27 22:45:56 -0800 |
| commit | a408bfb5fabb28aa88ba1520ea213143c946c200 (patch) | |
| tree | 28926e9442762b43b8b25a7e53c472c75f31139e /Library/Formula | |
| parent | 923f716b4925206cd7f08c218c8778cc09b5f21e (diff) | |
| download | homebrew-a408bfb5fabb28aa88ba1520ea213143c946c200.tar.bz2 | |
hello 2.10
Update the GNU hello formula to version 2.10
Closes #34512.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hello.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hello.rb b/Library/Formula/hello.rb index ce01d6015..03e863a39 100644 --- a/Library/Formula/hello.rb +++ b/Library/Formula/hello.rb @@ -2,8 +2,8 @@ require "formula" class Hello < Formula homepage "http://www.gnu.org/software/hello/" - url "http://ftpmirror.gnu.org/hello/hello-2.9.tar.gz" - sha1 "cb0470b0e8f4f7768338f5c5cfe1688c90fbbc74" + url "http://ftpmirror.gnu.org/hello/hello-2.10.tar.gz" + sha1 "f7bebf6f9c62a2295e889f66e05ce9bfaed9ace3" def install system "./configure", "--disable-debug", |
