gnu-units 2.00
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a12daa745f
commit
03710e3765
1 changed files with 3 additions and 3 deletions
|
@ -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."]]
|
||||
|
|
Loading…
Reference in a new issue