leiningen --devel 2.0.0-preview10

Closes Homebrew/homebrew#15040.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
The Monast 2012-09-21 14:47:21 -04:00 committed by Adam Vandenberg
parent ddd5395271
commit 03c79134c1
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ class Leiningen < Formula
head 'https://github.com/technomancy/leiningen.git'
devel do
url 'https://github.com/technomancy/leiningen/tarball/2.0.0-preview10'
version '2.0.0-preview10'
sha1 'e6bef03e50c2f0bfaa927c52953440c24a9ce235'
end
def install
bin.install "bin/lein"
system "#{bin}/lein", "self-install"