mongrel2 1.8.0
This commit is contained in:
parent
c9ab6c36d9
commit
0c75de4ea9
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Mongrel2 < Formula
|
||||
url 'http://mongrel2.org/static/downloads/mongrel2-1.7.5.tar.bz2'
|
||||
head 'https://github.com/zedshaw/mongrel2.git'
|
||||
homepage 'http://mongrel2.org/'
|
||||
sha1 '456561fe04f1c0ee4a996cfc9deadab8c57ee6dc'
|
||||
url 'https://github.com/zedshaw/mongrel2/tarball/v1.8.0'
|
||||
sha1 '27c942b5c3c72c65084b355f6cbafd814f8cd64b'
|
||||
|
||||
head 'https://github.com/zedshaw/mongrel2.git'
|
||||
|
||||
depends_on 'zeromq'
|
||||
|
||||
|
|
Loading…
Reference in a new issue