diff options
| author | Brett Koonce | 2014-02-15 12:00:51 -0600 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-15 12:35:03 -0600 | 
| commit | 2f4d208361d77cbc2d6c22e06ce3f86be8783e66 (patch) | |
| tree | bec29910b97eb2a51fd1510014f59d63984ddc4d /Library/Formula/clojurescript.rb | |
| parent | 188a3af5c29ce6c0c0e8618381a80cb69db02a02 (diff) | |
| download | homebrew-2f4d208361d77cbc2d6c22e06ce3f86be8783e66.tar.bz2 | |
clojurescript r2156
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 8e6ab6ced..00b947ec0 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/r2138.tar.gz' -  sha1 'd67c77e5da59cc316300ff78a40e7fe3aa8d56fe' +  url 'https://github.com/clojure/clojurescript/archive/r2156.tar.gz' +  sha1 'e95d37ed1c93af606a5825826688be801c65194d'    def install      system "./script/bootstrap" | 
