diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clojurescript.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb index aae9e97eb..939aa2476 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -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" | 
