aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nginx.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-25 12:21:48 -0700
committerMax Howell2009-09-29 23:30:20 +0100
commit32f490246c2e0dcba26076b90c5fbb3169021ee9 (patch)
treea37693f0722600ae529764d9eced6a9139cf725b /Library/Formula/nginx.rb
parenta49e49640e26da6b950215dda525defd82e1cd0d (diff)
downloadhomebrew-32f490246c2e0dcba26076b90c5fbb3169021ee9.tar.bz2
Update nginx to 0.7.62
The previous fix to do this actually /downgraded/ it to 0.7.2.
Diffstat (limited to 'Library/Formula/nginx.rb')
-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 a9f22708b..3b821ad53 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -1,9 +1,9 @@
require 'brewkit'
class Nginx < Formula
- @url='http://sysoev.ru/nginx/nginx-0.7.2.tar.gz'
+ @url='http://sysoev.ru/nginx/nginx-0.7.62.tar.gz'
@homepage='http://nginx.net/'
- @md5='5d63188601cdd01f507161edc419ba0e'
+ @md5='ab22f1b7f098a90d803a3abb94d23f7e'
depends_on 'pcre'