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

Commit 14534d1

Browse files
committed
Bump the version number.
1 parent d343258 commit 14534d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

files/brews/python.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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']

spec/classes/python_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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',

0 commit comments

Comments
 (0)