This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Python < Formula
1414 homepage 'http://www.python.org'
1515 url 'http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2'
1616 sha1 '842c4e2aff3f016feea3c6e992c7fa96e49c9aa0'
17- version '2.7.3-boxen1 '
17+ version '2.7.3-boxen2 '
1818
1919 option :universal
2020 option 'quicktest' , 'Run `make quicktest` after the build'
Original file line number Diff line number Diff line change 99 include homebrew::config
1010 include xquartz
1111
12- $version = ' 2.7.3-boxen1 '
12+ $version = ' 2.7.3-boxen2 '
1313
1414 homebrew::formula { 'python' :
1515 before => Package[' boxen/brews/python' ]
Original file line number Diff line number Diff line change 1515 should contain_homebrew__formula ( 'python' ) . with (
1616 :before => 'Package[boxen/brews/python]' ,
1717 )
18- should contain_package ( 'boxen/brews/python' ) . with_ensure ( '2.7.3-boxen1 ' )
18+ should contain_package ( 'boxen/brews/python' ) . with_ensure ( '2.7.3-boxen2 ' )
1919
2020 should contain_file ( '/opt/boxen/env.d/python.sh' ) . with (
2121 :source => 'puppet:///modules/python/python.sh' ,
You can’t perform that action at this time.
0 commit comments