diff options
| author | Brett Koonce | 2013-09-16 17:03:17 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-16 19:33:16 -0700 | 
| commit | fabc3c73abd42eef8988f50b351717665e0b792d (patch) | |
| tree | f038741f42bf2928bb14869a2e917ea1b92db628 /Library/Formula/clojurescript.rb | |
| parent | b485701cdf032fd6150e9de8b9a26495609ae94d (diff) | |
| download | homebrew-fabc3c73abd42eef8988f50b351717665e0b792d.tar.bz2 | |
clojurescript r1889
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 27097edf8..a70f06f9c 100644 --- a/Library/Formula/clojurescript.rb +++ b/Library/Formula/clojurescript.rb @@ -2,8 +2,8 @@ require 'formula'  class Clojurescript < Formula    homepage 'https://github.com/clojure/clojurescript' -  url 'https://github.com/clojure/clojurescript/archive/r1853.tar.gz' -  sha1 '19e07e266ea189d791bfe06507e4560483b8f0d6' +  url 'https://github.com/clojure/clojurescript/archive/r1889.tar.gz' +  sha1 'da8ec2419f4164a3828cb4a86e475efa784a33e8'    head "https://github.com/clojure/clojurescript.git" | 
