aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-26 12:19:39 -0700
committerAdam Vandenberg2013-05-26 12:19:39 -0700
commit38ce8218fa14a719e7f8bb3bdeae348789945c8c (patch)
treefb404700c9529136f84a4e6a5d393b394ff5603f
parentd0c6c1e265209d61a6d752df7ec002ff39009c42 (diff)
downloadhomebrew-38ce8218fa14a719e7f8bb3bdeae348789945c8c.tar.bz2
gnu-smalltalk --devel 3.2.90
-rw-r--r--Library/Formula/gnu-smalltalk.rb5
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)'