diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/shen.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/shen.rb b/Library/Formula/shen.rb index d307034e6..84e9f28cb 100644 --- a/Library/Formula/shen.rb +++ b/Library/Formula/shen.rb @@ -2,8 +2,8 @@ require 'formula' class Shen < Formula homepage 'http://www.shenlanguage.org/' - url 'http://www.shenlanguage.org/download/Shen3.0.zip' - md5 'ea14b335772ede6a50c5e03d86dbd9c6' + url 'http://www.shenlanguage.org/download/Shen3.1.zip' + md5 'af5cf93107ead37373e2e520bccd3b08' if ARGV.include? "--sbcl" depends_on 'sbcl' |
