From 35b98711627129bf6d8204dacb9a5fbe870568a8 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Wed, 13 May 2015 23:29:12 +0300 Subject: [PATCH] Update nginx to 1.9.0 1.9.0 is the current mainline version. --- nginx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx.json b/nginx.json index 1331511c1b..3cc7f169ee 100644 --- a/nginx.json +++ b/nginx.json @@ -1,9 +1,9 @@ { "homepage": "http://nginx.org", - "version": "1.7.11", + "version": "1.9.0", "license": "BSD", - "url": "http://nginx.org/download/nginx-1.7.11.zip", - "hash": "1ea2f088503cc294e9a13f68dde3983506ce75b6752dae73e794f6454c470d68", - "extract_dir": "nginx-1.7.11", + "url": "http://nginx.org/download/nginx-1.9.0.zip", + "hash": "b8fcb510377234fb874d2504e54fe2e7ae09ab8996fe408a3c1a54a709695d65", + "extract_dir": "nginx-1.9.0", "bin": "nginx.exe" }