aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index 8e12f1249..72f9c2e48 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -2,13 +2,13 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
- url 'http://nginx.org/download/nginx-1.0.7.tar.gz'
+ url 'http://nginx.org/download/nginx-1.0.8.tar.gz'
head 'http://nginx.org/download/nginx-1.1.4.tar.gz'
if ARGV.build_head?
md5 'ae0b6d4c229817c247331750c7613d8b'
else
- md5 '2a63d20301b924fa44c7d02586ae7ade'
+ md5 '1049e5fc6e80339f6ba8668fadfb75f9'
end
depends_on 'pcre'