diff options
Diffstat (limited to 'Library/Formula/clojurescript.rb')
| -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 a2e8e713e..c5313d845 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/r2268.tar.gz" -  sha1 "ce3d52d9e374164cc8ac4a8d0ed2e6cf389c8da5" +  url "https://github.com/clojure/clojurescript/archive/r2311.tar.gz" +  sha1 "dfce06b02f8e89ab60cd87d02d7092c30ec1f362"    def install      system "./script/bootstrap" | 
