aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Klishin2011-09-17 22:56:16 +0400
committerAdam Vandenberg2011-09-18 09:18:35 -0700
commit8bf90f2d82bde42ccbbff7c41b4b207c7166ba06 (patch)
tree04ad4b4589570f9e6bc892159bfde6077f690c66
parent71ae7bc3240b4a9bd9f239cdeecdd07b74dfb3a0 (diff)
downloadhomebrew-8bf90f2d82bde42ccbbff7c41b4b207c7166ba06.tar.bz2
Leiningen 1.6.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/leiningen.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb
index 41162acc0..d3d028ebb 100644
--- a/Library/Formula/leiningen.rb
+++ b/Library/Formula/leiningen.rb
@@ -1,10 +1,11 @@
require 'formula'
class Leiningen < Formula
- url 'http://github.com/technomancy/leiningen/tarball/1.6.1'
- head 'https://github.com/technomancy/leiningen.git', :using => :git
+ url 'http://github.com/technomancy/leiningen/tarball/1.6.1.1'
homepage 'http://github.com/technomancy/leiningen'
- md5 '97ae6d4842c2ac3d5d80db96332a2040'
+ md5 'dbd6ac1df529e1e3b84814b8c44265ed'
+
+ head 'https://github.com/technomancy/leiningen.git', :using => :git
def install
bin.install "bin/lein"