Skip to content

Commit

Permalink
added nginx 0.9.4 head
Browse files Browse the repository at this point in the history
Closes Homebrew#4006.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
krupenik authored and MikeMcQuaid committed Feb 12, 2011
1 parent e302992 commit 9df7c77
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Library/Formula/nginx.rb
Expand Up @@ -2,9 +2,14 @@

class Nginx < Formula
url 'http://nginx.org/download/nginx-0.8.54.tar.gz'
head 'http://nginx.org/download/nginx-0.9.4.tar.gz'
homepage 'http://nginx.org/'

md5 '44df4eb6a22d725021288c570789046f'
if ARGV.include? '--HEAD'
@md5='055eb48433ec5ab5f25c5d186144e461'
else
@md5='44df4eb6a22d725021288c570789046f'
end

depends_on 'pcre'

Expand Down

0 comments on commit 9df7c77

Please sign in to comment.