aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/snobol4.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/snobol4.rb b/Library/Formula/snobol4.rb
index 8f67cc554..3e66008b3 100644
--- a/Library/Formula/snobol4.rb
+++ b/Library/Formula/snobol4.rb
@@ -1,12 +1,12 @@
require 'formula'
class Snobol4 < Formula
- url 'ftp://ftp.ultimate.com/snobol/snobol4-1.2.tar.gz'
homepage 'http://www.snobol4.org/'
- md5 '5265d1e21b8d1963e0c7fe830c3d5172'
+ url 'ftp://ftp.ultimate.com/snobol/snobol4-1.4.1.tar.gz'
+ sha1 'bfff40320b75fef507b463eacdf7c74a2e448f72'
def install
- system "./configure", "--prefix=#{prefix}"
- system "make install"
+ system './configure', "--prefix=#{prefix}", "--mandir=#{man}"
+ system 'make install'
end
end