diff options
| author | Brett Koonce | 2014-03-16 10:25:35 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 11:14:55 -0500 | 
| commit | 1f996e97c33a86f6520432f579d085777f9e0a23 (patch) | |
| tree | cfd5d9f8f1360877078f7f0eaaf3ba659db3175c /Library/Formula/clojurescript.rb | |
| parent | 81cd05a7ee9d1714523dbf65ec2cae8865e3e566 (diff) | |
| download | homebrew-1f996e97c33a86f6520432f579d085777f9e0a23.tar.bz2 | |
clojurescript r2173
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 00b947ec0..73073c196 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/r2156.tar.gz' -  sha1 'e95d37ed1c93af606a5825826688be801c65194d' +  url 'https://github.com/clojure/clojurescript/archive/r2173.tar.gz' +  sha1 'cc4f70980dad5d900cfd42cd5b614dc946c32408'    def install      system "./script/bootstrap" | 
