nginx: update version to 0.8.49
This commit is contained in:
parent
fd36fae1f2
commit
eb49213c21
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@ require 'formula'
|
||||||
|
|
||||||
class Nginx < Formula
|
class Nginx < Formula
|
||||||
url 'http://nginx.org/download/nginx-0.7.67.tar.gz'
|
url 'http://nginx.org/download/nginx-0.7.67.tar.gz'
|
||||||
head 'http://nginx.org/download/nginx-0.8.46.tar.gz'
|
head 'http://nginx.org/download/nginx-0.8.49.tar.gz'
|
||||||
homepage 'http://nginx.org/'
|
homepage 'http://nginx.org/'
|
||||||
|
|
||||||
unless ARGV.build_head?
|
unless ARGV.build_head?
|
||||||
md5 'b6e175f969d03a4d3c5643aaabc6a5ff'
|
md5 'b6e175f969d03a4d3c5643aaabc6a5ff'
|
||||||
else
|
else
|
||||||
md5 '5f4b9cd094667fd19259e01a7a1417d8'
|
md5 '1d335c28f35b0517211e4284a32fb2d5'
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on 'pcre'
|
depends_on 'pcre'
|
||||||
|
|
Loading…
Reference in a new issue