From 46c8966df44beb7546036e67096c98f642aef418 Mon Sep 17 00:00:00 2001 From: Martial Date: Wed, 29 Feb 2012 19:55:56 +0100 Subject: [PATCH] Shen 3.1 Signed-off-by: Adam Vandenberg --- Formula/shen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/shen.rb b/Formula/shen.rb index d307034e6e3..84e9f28cb2f 100644 --- a/Formula/shen.rb +++ b/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'