clojurescript r2120
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
520a230d56
commit
f4744250f8
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
|||
class Clojurescript < Formula
|
||||
homepage 'https://github.com/clojure/clojurescript'
|
||||
head 'https://github.com/clojure/clojurescript.git'
|
||||
url 'https://github.com/clojure/clojurescript/archive/r2080.tar.gz'
|
||||
sha1 '33f43cb9d26e921665a6c2d9f30e26b43a4eed62'
|
||||
url 'https://github.com/clojure/clojurescript/archive/r2120.tar.gz'
|
||||
sha1 '50143c223407bc4562cf5c97270724e1a9b4e128'
|
||||
|
||||
def install
|
||||
system "./script/bootstrap"
|
||||
|
|
Loading…
Reference in a new issue