Leiningen 1.6.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7935759c20
commit
d8425b0b99
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue