From 99a367ec25c58ebc759eb07a7ef1376c374b1bdd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 11 Apr 2011 10:08:30 -0700 Subject: Fix nginx HEAD checksum. --- Library/Formula/nginx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 616f86bc2..0c53d217c 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -6,7 +6,7 @@ class Nginx < Formula homepage 'http://nginx.org/' if ARGV.build_head? - md5 'bb2dbacd4e66c4c578e0ac44b2f006b5' + md5 'efd94b736155f2c0b5267f50f09e7f67' else md5 '44df4eb6a22d725021288c570789046f' end -- cgit v1.2.3