From 73e4d35829eb143c7f09354d9e946ed9a9efc891 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 1 Dec 2013 09:30:09 -0800 Subject: clojurescript 2080 --- Library/Formula/clojurescript.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3