aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nginx.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index 0c53d217c..1bf03accd 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -1,15 +1,9 @@
require 'formula'
class Nginx < Formula
- url 'http://nginx.org/download/nginx-0.8.54.tar.gz'
- head 'http://nginx.org/download/nginx-0.9.7.tar.gz'
homepage 'http://nginx.org/'
-
- if ARGV.build_head?
- md5 'efd94b736155f2c0b5267f50f09e7f67'
- else
- md5 '44df4eb6a22d725021288c570789046f'
- end
+ url 'http://nginx.org/download/nginx-1.0.0.tar.gz'
+ md5 '5751c920c266ea5bb5fc38af77e9c71c'
depends_on 'pcre'