cmucl: Update to 20c
Closes Homebrew/homebrew#8504. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
d013974d71
commit
236a2d9cf6
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Cmucl < Formula
|
class Cmucl < Formula
|
||||||
url 'http://common-lisp.net/project/cmucl/downloads/release/20b/cmucl-20b-x86-darwin.tar.bz2'
|
url 'http://common-lisp.net/project/cmucl/downloads/release/20c/cmucl-20c-x86-darwin.tar.bz2'
|
||||||
version '20b'
|
version '20c'
|
||||||
homepage 'http://www.cons.org/cmucl'
|
homepage 'http://www.cons.org/cmucl'
|
||||||
md5 'd1128868be1098eb48caf04de9dacca4'
|
md5 '98dc8fe17a7033fdd39fab35a2147ea9'
|
||||||
|
|
||||||
skip_clean 'bin'
|
skip_clean 'bin'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue