clojurescript r2156
This commit is contained in:
parent
e13114ec4b
commit
c84d133ad6
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
||||||
class Clojurescript < Formula
|
class Clojurescript < Formula
|
||||||
homepage 'https://github.com/clojure/clojurescript'
|
homepage 'https://github.com/clojure/clojurescript'
|
||||||
head 'https://github.com/clojure/clojurescript.git'
|
head 'https://github.com/clojure/clojurescript.git'
|
||||||
url 'https://github.com/clojure/clojurescript/archive/r2138.tar.gz'
|
url 'https://github.com/clojure/clojurescript/archive/r2156.tar.gz'
|
||||||
sha1 'd67c77e5da59cc316300ff78a40e7fe3aa8d56fe'
|
sha1 'e95d37ed1c93af606a5825826688be801c65194d'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./script/bootstrap"
|
system "./script/bootstrap"
|
||||||
|
|
Loading…
Reference in a new issue