Reformat chicken
This commit is contained in:
parent
bb67f6c976
commit
81884b9efb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Chicken <Formula
|
class Chicken <Formula
|
||||||
@url='http://www.call-with-current-continuation.org/chicken-4.2.0.tar.gz'
|
url 'http://www.call-with-current-continuation.org/chicken-4.2.0.tar.gz'
|
||||||
@homepage='http://www.call-with-current-continuation.org/'
|
homepage 'http://www.call-with-current-continuation.org/'
|
||||||
@md5='4705b7634447a571ff083f435c110fe3'
|
md5 '4705b7634447a571ff083f435c110fe3'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.deparallelize
|
ENV.deparallelize
|
||||||
|
|
Loading…
Reference in a new issue