diff options
| author | Brett Koonce | 2014-04-19 09:58:59 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-19 12:16:26 -0500 | 
| commit | 2cec4c451f7848011a69d9e043e0d54be1edd979 (patch) | |
| tree | 905b5bf21c68e5138cb9dc4547c8dcc33d912ef8 /Library/Formula/clojurescript.rb | |
| parent | 3220bc985768976e8b8de21e7d5328f9e0a30b0c (diff) | |
| download | homebrew-2cec4c451f7848011a69d9e043e0d54be1edd979.tar.bz2 | |
clojurescript r2202
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 73073c196..780f8a229 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/r2173.tar.gz' -  sha1 'cc4f70980dad5d900cfd42cd5b614dc946c32408' +  url 'https://github.com/clojure/clojurescript/archive/r2202.tar.gz' +  sha1 'a205d9a21a16e8052995485c30925b6828d1259a'    def install      system "./script/bootstrap" | 
