diff options
| author | Jack Nagel | 2012-09-03 22:25:35 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-03 22:30:16 -0500 |
| commit | 5b296d20207b1a73724e8e40020b559cddba4932 (patch) | |
| tree | 81c07d4857477bb2e899baa8b8555d0a15254a87 /Library/Formula | |
| parent | 693acd29cca7f3a753e1991f2483206aa63d2f71 (diff) | |
| download | homebrew-5b296d20207b1a73724e8e40020b559cddba4932.tar.bz2 | |
gettext: fix checksum
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index d2ce961a8..a06a12a10 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -4,7 +4,7 @@ class Gettext < Formula homepage 'http://www.gnu.org/software/gettext/' url 'http://ftpmirror.gnu.org/gettext/gettext-0.18.1.1.tar.gz' mirror 'http://ftp.gnu.org/gnu/gettext/gettext-0.18.1.1.tar.gz' - sha1 'd1ad5ad15bfe8fe813ee37e5d6b514fc79924b9a' + sha1 '5009deb02f67fc3c59c8ce6b82408d1d35d4e38f' keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." |
