Skip to content

Commit

Permalink
Nginx: Use SHA-1 checksums instead of MD5
Browse files Browse the repository at this point in the history
See: Homebrew#12587

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
LoonyPandora authored and adamv committed Jun 6, 2012
1 parent ff96f4c commit 1c64a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.2.1.tar.gz'
md5 'ceacae12d66d1f021bf3737a0269b6f4'
sha1 '4fb69411f6c3ebb5818005955a085e891e77b2d8'

devel do
url 'http://nginx.org/download/nginx-1.3.1.tar.gz'
md5 '228d2fb1ad53ba21c3a1cb5d84d21074'
sha1 '36a4147799e303a6f19cd8ff9fb52c2fc07a840d'
end

depends_on 'pcre'
Expand Down

0 comments on commit 1c64a66

Please sign in to comment.