diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/snobol4.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/snobol4.rb b/Library/Formula/snobol4.rb index 3e66008b3..ef8cb64bc 100644 --- a/Library/Formula/snobol4.rb +++ b/Library/Formula/snobol4.rb @@ -2,8 +2,8 @@ require 'formula' class Snobol4 < Formula homepage 'http://www.snobol4.org/' - url 'ftp://ftp.ultimate.com/snobol/snobol4-1.4.1.tar.gz' - sha1 'bfff40320b75fef507b463eacdf7c74a2e448f72' + url 'ftp://ftp.ultimate.com/snobol/snobol4-1.5.tar.gz' + sha1 '037a8eeba774b1085cfe8d1a741ec446182e4a9f' def install system './configure', "--prefix=#{prefix}", "--mandir=#{man}" |
