Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #49 from orien/update_nginx_version
Browse files Browse the repository at this point in the history
Update nginx version 1.10.0 -> 1.10.2
  • Loading branch information
jacobbednarz authored Nov 14, 2016
2 parents 987124e + d080a83 commit ae9152d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions files/brews/nginx.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'formula'

class Nginx < Formula
homepage 'http://nginx.org/'
url "http://nginx.org/download/nginx-1.10.0.tar.gz"
sha256 "8ed647c3dd65bc4ced03b0e0f6bf9e633eff6b01bac772bcf97077d58bc2be4d"
version '1.10.0-boxen1'
homepage 'https://nginx.org/'
url 'https://nginx.org/download/nginx-1.10.2.tar.gz'
sha256 '1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2'
version '1.10.2-boxen1'

depends_on 'pcre'

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

package { 'boxen/brews/nginx':
ensure => '1.10.0-boxen1',
ensure => '1.10.2-boxen1',
install_options => [
'--with-http2',
],
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/nginx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
with_before('Package[boxen/brews/nginx]')

should contain_package('boxen/brews/nginx').with({
:ensure => '1.10.0-boxen1',
:ensure => '1.10.2-boxen1',
:notify => 'Service[dev.nginx]'
})

Expand Down

0 comments on commit ae9152d

Please sign in to comment.