clozure-cl 1.9
Closes Homebrew/homebrew#18351. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cd99d83c69
commit
038bff164c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class ClozureCl < Formula
|
||||
homepage 'http://ccl.clozure.com/'
|
||||
url 'ftp://ftp.clozure.com/pub/release/1.8/ccl-1.8-darwinx86.tar.gz'
|
||||
version '1.8'
|
||||
sha1 'a155fc0d74a463bd6281ed66e7703b84c03afd33'
|
||||
url 'ftp://ftp.clozure.com/pub/release/1.9/ccl-1.9-darwinx86.tar.gz'
|
||||
version '1.9'
|
||||
sha1 '589b94093fc356c458ab288aceb5a3d5d9d7b829'
|
||||
|
||||
def install
|
||||
# Get rid of all the .svn dirs, that for some reason are
|
||||
|
|
Loading…
Reference in a new issue