rush 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5e71abc127
commit
3714dfa674
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Rush < Formula
|
class Rush < Formula
|
||||||
url 'http://ftpmirror.gnu.org/rush/rush-1.6.tar.gz'
|
|
||||||
mirror 'http://ftp.gnu.org/gnu/rush/rush-1.6.tar.gz'
|
|
||||||
homepage 'http://www.gnu.org/software/rush/'
|
homepage 'http://www.gnu.org/software/rush/'
|
||||||
md5 '32087472928220d0009fd65670d42741'
|
url 'http://ftpmirror.gnu.org/rush/rush-1.7.tar.gz'
|
||||||
|
mirror 'http://ftp.gnu.org/gnu/rush/rush-1.7.tar.gz'
|
||||||
|
sha1 'f886eaf093332a8b8503afcf8ca2acff7eea7191'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
|
|
Loading…
Reference in a new issue