Add HEAD support for formula leiningen
.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e4919bcac9
commit
93244bda21
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require 'formula'
|
|||
|
||||
class Leiningen <Formula
|
||||
url 'http://github.com/technomancy/leiningen/tarball/1.1.0'
|
||||
head 'http://github.com/technomancy/leiningen.git', :using => :git
|
||||
homepage 'http://github.com/technomancy/leiningen'
|
||||
md5 'f0c0ad3450c3979658aea443c560761a'
|
||||
|
||||
|
|
Loading…
Reference in a new issue