Bump nginx to 1.12.1

This commit is contained in:
Balasankar C 2017-07-14 10:40:36 +05:30
parent a5592bea2e
commit f8c349bf35
No known key found for this signature in database
GPG Key ID: 96EDAB9B2E6B7171
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#
name 'nginx'
default_version '1.12.0'
default_version '1.12.1'
license 'BSD-2-Clause'
license_file 'LICENSE'
@ -28,8 +28,8 @@ dependency 'pcre'
dependency 'zlib'
dependency 'openssl'
version '1.12.0' do
source sha256: 'b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
version '1.12.1' do
source sha256: '8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
end
source url: "http://nginx.org/download/nginx-#{version}.tar.gz"