Leiningen 1.6.1.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Michael S. Klishin 2011-09-17 22:56:16 +04:00 committed by Adam Vandenberg
parent 7935759c20
commit d8425b0b99

View file

@ -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"