coffeescript 1.12.4
Closes #10162. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
586142670b
commit
92814b94cd
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
|||
class Coffeescript < Formula
|
||||
desc "Unfancy JavaScript"
|
||||
homepage "http://coffeescript.org"
|
||||
url "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.3.tgz"
|
||||
sha256 "4494ca0cb76924604d773df3fde730b3fceed02cd3f32a905550f750360bc418"
|
||||
url "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.4.tgz"
|
||||
sha256 "7c6065dc1c2250cd20238f8daefac4bb988e061f6df9eba371db91389d3de2c0"
|
||||
head "https://github.com/jashkenas/coffeescript.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue