coffee-script 1.0.1
* Fixes repl Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8c1f16ea73
commit
cc7d1b887f
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class CoffeeScript < Formula
|
||||
url 'https://github.com/jashkenas/coffee-script/tarball/1.0.0'
|
||||
url 'https://github.com/jashkenas/coffee-script/tarball/1.0.1'
|
||||
head 'git://github.com/jashkenas/coffee-script.git'
|
||||
homepage 'http://jashkenas.github.com/coffee-script/'
|
||||
md5 'cce9d12ed9dea7ce820836b420a41a59'
|
||||
md5 '653f5eecedf84cc8293a80f90b53247f'
|
||||
|
||||
# head coffee-script usually depends on head node and
|
||||
# since there isn't a way to specify that just remove
|
||||
|
|
Loading…
Reference in a new issue