diff options
| author | Jack Nagel | 2012-03-06 18:56:57 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-03-06 18:56:57 -0600 |
| commit | fe5c47398876f1ab450a329e80d27641d086cb79 (patch) | |
| tree | ddc214b7ad7118c448bd88061b05f0d18c11f0d0 /Library/Formula | |
| parent | 504d51bac0111218368367199b9abb9da47782bd (diff) | |
| download | homebrew-fe5c47398876f1ab450a329e80d27641d086cb79.tar.bz2 | |
go-gui 1.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go-gui.rb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/go-gui.rb b/Library/Formula/go-gui.rb index a52570543..04cfa113a 100644 --- a/Library/Formula/go-gui.rb +++ b/Library/Formula/go-gui.rb @@ -1,14 +1,13 @@ require 'formula' class GoGui < Formula - url 'http://downloads.sourceforge.net/project/gogui/gogui/1.2.2/gogui-1.2.2.zip' homepage 'http://gogui.sourceforge.net' - md5 'a222d7f5f654341dc55016fd4c1d512f' + url 'http://downloads.sourceforge.net/project/gogui/gogui/1.4.2/gogui-1.4.2.zip' + md5 '0f5e95deff548699c368b71e088bea58' def install - system "ant" - system "ant", "gogui.app" - prefix.install ['build/GoGui.app'] + system "ant", "gogui.app", "-Ddoc-uptodate=true" + prefix.install 'build/GoGui.app' end def caveats; <<-EOS.undent |
