nginx: restore versions
This commit is contained in:
parent
4370b26e6d
commit
dcf766f139
1 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@ require 'formula'
|
|||
|
||||
class Nginx < Formula
|
||||
homepage 'http://nginx.org/'
|
||||
url 'http://nginx.org/download/nginx-1.4.2.tar.gz'
|
||||
sha1 '8f006dc773840b6624a137a584ff8850d5155e3f'
|
||||
url 'http://nginx.org/download/nginx-1.4.3.tar.gz'
|
||||
sha1 '8d0c34c84ce6dd8ba4442889e8f2599044c90930'
|
||||
|
||||
devel do
|
||||
url 'http://nginx.org/download/nginx-1.5.5.tar.gz'
|
||||
sha1 '8526d41cdabcd40d4ffa5ae12c8a2cc325255431'
|
||||
url 'http://nginx.org/download/nginx-1.5.6.tar.gz'
|
||||
sha1 '24d84eccc7fecd98d19330ef708d3ea29031abc7'
|
||||
end
|
||||
|
||||
head 'http://hg.nginx.org/nginx/', :using => :hg
|
||||
|
|
Loading…
Reference in a new issue