diff options
| author | Adam Vandenberg | 2013-05-26 12:19:39 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-26 12:19:39 -0700 | 
| commit | 38ce8218fa14a719e7f8bb3bdeae348789945c8c (patch) | |
| tree | fb404700c9529136f84a4e6a5d393b394ff5603f | |
| parent | d0c6c1e265209d61a6d752df7ec002ff39009c42 (diff) | |
| download | homebrew-38ce8218fa14a719e7f8bb3bdeae348789945c8c.tar.bz2 | |
gnu-smalltalk --devel 3.2.90
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index e21f917cc..486df4ec4 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -6,6 +6,11 @@ class GnuSmalltalk < Formula    mirror 'http://ftp.gnu.org/gnu/smalltalk/smalltalk-3.2.5.tar.xz'    sha1 '0eb5895b9b5bebe4f75308efbe34f8721fc2fd6b' +  devel do +    url 'ftp://alpha.gnu.org/gnu/smalltalk/smalltalk-3.2.90.tar.gz' +    sha1 'dd8bba5702591f0d5e2676878e1b3ee48f0ff37f' +  end +    head 'https://github.com/bonzini/smalltalk.git'    option 'tests', 'Verify the build with make check (this may hang)' | 
