diff options
| author | Brett Koonce | 2012-07-29 17:25:02 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-29 15:42:40 -0700 | 
| commit | 54037054c9848e8ee81adf2dca017a55a068020f (patch) | |
| tree | 0a70dfe646b4c44adae2f83a87734ef68aebd4c1 /Library/Formula/sisc-scheme.rb | |
| parent | 42a3c39c9fc6fb65ac1bfdaa45cd8a61b8f4e011 (diff) | |
| download | homebrew-54037054c9848e8ee81adf2dca017a55a068020f.tar.bz2 | |
sisc-lite 1.16.6
Closes #13744.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sisc-scheme.rb')
| -rw-r--r-- | Library/Formula/sisc-scheme.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sisc-scheme.rb b/Library/Formula/sisc-scheme.rb index 83115de03..02d7b7653 100644 --- a/Library/Formula/sisc-scheme.rb +++ b/Library/Formula/sisc-scheme.rb @@ -1,9 +1,9 @@  require 'formula'  class SiscScheme < Formula -  url 'http://sourceforge.net/projects/sisc/files/SISC-Lite-zip/1.9.8/sisc-lite-1.9.8.zip' -  md5 'c1b75ecf26af0d733415d36dcdb1d614'    homepage 'http://sourceforge.net/projects/sisc' +  url 'http://sourceforge.net/projects/sisc/files/SISC%20Lite/1.16.6/sisc-lite-1.16.6.tar.gz' +  sha1 '4572dc584f2a8e82e1a47c49ea5b9d8cf151775d'    def script; <<-EOS.undent      #!/bin/sh  | 
