leinigen 1.7.0

Closes Homebrew/homebrew#10888.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel Westheide 2012-03-12 20:01:38 +01:00 committed by Adam Vandenberg
parent 2f2b7dc518
commit 593a3475f3

View file

@ -1,17 +1,15 @@
require 'formula'
class Leiningen < Formula
url 'http://github.com/technomancy/leiningen/tarball/1.6.2'
homepage 'http://github.com/technomancy/leiningen'
md5 '27b8a48619be7b1e080a1a2ad3777024'
url 'http://github.com/technomancy/leiningen/tarball/1.7.0'
md5 '1daab06f9c0504418160f544f6c25886'
head 'https://github.com/technomancy/leiningen.git', :using => :git
def install
bin.install "bin/lein"
system "#{bin}/lein self-install"
# Install the lein bash completion file
system "#{bin}/lein", "self-install"
(etc+'bash_completion.d').install 'bash_completion.bash' => 'lein-completion.bash'
end