diff options
| author | Adam Vandenberg | 2012-04-14 12:47:23 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-04-14 12:47:23 -0700 | 
| commit | 9805966c36cef21a9ad71dda5a065eea5cc2de75 (patch) | |
| tree | d7441bf1ef54e231bad35576024a324ad8b3ba72 /Library/Formula/mit-scheme.rb | |
| parent | 8dbb32e1b5210a74d813734ab3e1cfca8f4c7283 (diff) | |
| download | homebrew-9805966c36cef21a9ad71dda5a065eea5cc2de75.tar.bz2 | |
mit-scheme 9.1.1
Diffstat (limited to 'Library/Formula/mit-scheme.rb')
| -rw-r--r-- | Library/Formula/mit-scheme.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb index 350cc8696..d3c5da95f 100644 --- a/Library/Formula/mit-scheme.rb +++ b/Library/Formula/mit-scheme.rb @@ -1,10 +1,10 @@  require 'formula'  class MitScheme < Formula -  url 'http://ftpmirror.gnu.org/mit-scheme/stable.pkg/9.0.1/mit-scheme-c-9.0.1.tar.gz' -  mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.0.1/mit-scheme-c-9.0.1.tar.gz'    homepage 'http://www.gnu.org/software/mit-scheme/' -  md5 '92884092806dd075f103cd1e9996413c' +  url 'http://ftpmirror.gnu.org/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz' +  mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz' +  md5 '89abdc6702388591e18bd14b93f7b548'    # Do not strip the binaries, this will cause missing symbol errors on launch    skip_clean :all  | 
