Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a175792

Browse files
author
jtimberman
committed
[COOK-3008] - update source install to 2.7.5
1 parent 71fd738 commit a175792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
default['python']['binary'] = "#{python['prefix_dir']}/bin/python"
3535

3636
default['python']['url'] = 'http://www.python.org/ftp/python'
37-
default['python']['version'] = '2.7.1'
38-
default['python']['checksum'] = '80e387bcf57eae8ce26726753584fd63e060ec11682d1145af921e85fd612292'
37+
default['python']['version'] = '2.7.5'
38+
default['python']['checksum'] = '3b477554864e616a041ee4d7cef9849751770bc7c39adaf78a94ea145c488059'
3939
default['python']['configure_options'] = %W{--prefix=#{python['prefix_dir']}}
4040

4141
default['python']['distribute_script_url'] = 'http://python-distribute.org/distribute_setup.py'

0 commit comments

Comments
 (0)