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 #44 from grosser/grosser/bump
Browse files Browse the repository at this point in the history
bump nginx
  • Loading branch information
rafaelfranca committed Oct 16, 2015
2 parents 8843591 + 5ca3039 commit 3494f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions files/brews/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.6.2.tar.gz'
sha1 '1a5458bc15acf90eea16353a1dd17285cf97ec35'
version '1.6.2-boxen1'
url "http://nginx.org/download/nginx-1.8.0.tar.gz"
sha256 "23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5"
version '1.8.0-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 @@ -55,7 +55,7 @@
}

package { 'boxen/brews/nginx':
ensure => '1.6.2-boxen1',
ensure => '1.8.0-boxen1',
notify => Service['dev.nginx']
}

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.6.2-boxen1',
:ensure => '1.8.0-boxen1',
:notify => 'Service[dev.nginx]'
})

Expand Down

0 comments on commit 3494f51

Please sign in to comment.