diff options
| author | Larry Gilbert | 2013-08-26 07:54:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-26 21:02:45 -0700 |
| commit | b72e0d6e5d5ab04e9bdc401e515688662f94822f (patch) | |
| tree | 8115d7431d86a79d3d7e07e9fa1a3f7c77634558 /Library/Formula | |
| parent | c5b08d595e3e190fc5883ed45f16b13221f01850 (diff) | |
| download | homebrew-b72e0d6e5d5ab04e9bdc401e515688662f94822f.tar.bz2 | |
gforth 0.7.2
Closes #22127.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gforth.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gforth.rb b/Library/Formula/gforth.rb index c870f4857..54c87afab 100644 --- a/Library/Formula/gforth.rb +++ b/Library/Formula/gforth.rb @@ -2,8 +2,8 @@ require 'formula' class Gforth < Formula homepage 'http://bernd-paysan.de/gforth.html' - url 'http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.0.tar.gz' - sha1 '5bb357268cba683f2a8c63d2a4bcab8f41cb0086' + url 'http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.2.tar.gz' + sha256 '77db9071c2442da3215da361b71190bccb153f81f4d01e5e8bc2c2cf8ee81b48' depends_on :libtool depends_on 'libffi' @@ -16,7 +16,7 @@ class Gforth < Formula end def install - ENV.j1 # Parallel builds won't work + ENV.deparallelize args = %W[ --disable-debug --disable-dependency-tracking |
