diff options
| author | Martin Kühl | 2010-05-03 11:29:53 +0200 | 
|---|---|---|
| committer | David Höppner | 2010-05-03 13:39:14 +0200 | 
| commit | fff7d4de133245a2499fe8714f3e0ec9cd17e9eb (patch) | |
| tree | 66c9be6c0103a544c49bf20542cda56988a2a214 /Library/Formula/gnu-smalltalk.rb | |
| parent | 4b2c81d7ad866039c57894d0f775181d9f4e2edb (diff) | |
| download | homebrew-fff7d4de133245a2499fe8714f3e0ec9cd17e9eb.tar.bz2 | |
Updated formula: gnu-smalltalk 3.2
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index a612b088d..cb2b5e65d 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -4,9 +4,9 @@ require 'formula'  # * http://smalltalk.gnu.org/wiki/building-gst-guides  class GnuSmalltalk <Formula -  url 'ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.1.tar.gz' +  url 'ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.tar.gz'    homepage 'http://smalltalk.gnu.org/' -  md5 'fb4630a86fc47c893cf9eb9adccd4851' +  sha1 'd951714c4fc7d91d06bdc33c20905885e5d2b25f'    # gmp is an optional dep, but doesn't compile on 10.5    # depends_on 'gmp' => :optional  | 
