diff options
| -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 68551b240..3cce87b8c 100644 --- a/Library/Formula/shen.rb +++ b/Library/Formula/shen.rb @@ -1,8 +1,8 @@ require 'formula' class Shen < Formula - url 'http://www.shenlanguage.org/download/Shen2.0.zip' + url 'http://www.shenlanguage.org/download/Shen3.0.zip' homepage 'http://www.lambdassociates.org/' - md5 '70770fe417e9d1a104f952a6acafb9ee' + md5 'ea14b335772ede6a50c5e03d86dbd9c6' case when ARGV.include?("--sbcl") then |
