aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJames Aitken2011-07-20 10:08:02 -0700
committerAdam Vandenberg2011-07-20 10:21:26 -0700
commit61d8fbecfdc2f5f20b540790421703cd6fd9e7c3 (patch)
tree16ad60ca13ecbf04db4f083e6e20cf6f3340a256 /Library
parent44db2406d3d71cb5882627581a7dee1c4acbe0a6 (diff)
downloadhomebrew-61d8fbecfdc2f5f20b540790421703cd6fd9e7c3.tar.bz2
Nginx 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 74cfb3096..7de92c28c 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -2,8 +2,8 @@ require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
- url 'http://nginx.org/download/nginx-1.0.4.tar.gz'
- md5 'd23f6e6b07b57ac061e790b1ed64bb98'
+ url 'http://nginx.org/download/nginx-1.0.5.tar.gz'
+ md5 '373c7761a7c682b92b164c8ee3d6d243'
depends_on 'pcre'