diff options
| author | Adam Vandenberg | 2013-12-01 09:30:09 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-01 09:30:15 -0800 | 
| commit | 73e4d35829eb143c7f09354d9e946ed9a9efc891 (patch) | |
| tree | 79e1de5fd12b36cb8c22c61ff5c11b2f19ccd9be /Library/Formula/clojurescript.rb | |
| parent | b908af2310cc1be7253b361fc64cfbff33128159 (diff) | |
| download | homebrew-73e4d35829eb143c7f09354d9e946ed9a9efc891.tar.bz2 | |
clojurescript 2080
Diffstat (limited to 'Library/Formula/clojurescript.rb')
| -rw-r--r-- | Library/Formula/clojurescript.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/clojurescript.rb b/Library/Formula/clojurescript.rb index 2fabe706c..aae9e97eb 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -2,10 +2,9 @@ require 'formula'  class Clojurescript < Formula    homepage 'https://github.com/clojure/clojurescript' -  url 'https://github.com/clojure/clojurescript/archive/r2030.tar.gz' -  sha1 '9d6ec56da87ab514496e95dc1ee05b6966e92e98' - -  head "https://github.com/clojure/clojurescript.git" +  head 'https://github.com/clojure/clojurescript.git' +  url 'https://github.com/clojure/clojurescript/archive/r2080.tar.gz' +  sha1 '33f43cb9d26e921665a6c2d9f30e26b43a4eed62'    def install      system "./script/bootstrap" | 
