Update leiningen to 1.3.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ac65103be0
commit
1da0f08be7
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Leiningen <Formula
|
class Leiningen <Formula
|
||||||
url 'http://github.com/technomancy/leiningen/tarball/1.3.0'
|
url 'http://github.com/technomancy/leiningen/tarball/1.3.1'
|
||||||
head 'http://github.com/technomancy/leiningen.git', :using => :git
|
head 'http://github.com/technomancy/leiningen.git', :using => :git
|
||||||
homepage 'http://github.com/technomancy/leiningen'
|
homepage 'http://github.com/technomancy/leiningen'
|
||||||
md5 '5930d7d65e4769144dda57a69c711ffb'
|
md5 '707fb0da7b89b44d9d37a9bac2bf3b3f'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "bin/lein"
|
bin.install "bin/lein"
|
||||||
|
|
Loading…
Reference in a new issue