diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnu-units.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnu-units.rb b/Library/Formula/gnu-units.rb index c3dadcc36..e6b93f922 100644 --- a/Library/Formula/gnu-units.rb +++ b/Library/Formula/gnu-units.rb @@ -1,10 +1,10 @@ require 'formula' class GnuUnits < Formula - url 'http://ftpmirror.gnu.org/units/units-1.88.tar.gz' - mirror 'http://ftp.gnu.org/gnu/units/units-1.88.tar.gz' homepage 'http://www.gnu.org/software/units/' - md5 '9b2ee6e7e0e9c62741944cf33fc8a656' + url 'http://ftpmirror.gnu.org/units/units-2.00.tar.gz' + mirror 'http://ftp.gnu.org/gnu/units/units-2.00.tar.gz' + sha1 '6da9ea78ff0dc21bc43cf1809c530e61d9394ce0' def options [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] |
