Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fd738 commit a175792Copy full SHA for a175792
attributes/default.rb
@@ -34,8 +34,8 @@
34
default['python']['binary'] = "#{python['prefix_dir']}/bin/python"
35
36
default['python']['url'] = 'http://www.python.org/ftp/python'
37
-default['python']['version'] = '2.7.1'
38
-default['python']['checksum'] = '80e387bcf57eae8ce26726753584fd63e060ec11682d1145af921e85fd612292'
+default['python']['version'] = '2.7.5'
+default['python']['checksum'] = '3b477554864e616a041ee4d7cef9849751770bc7c39adaf78a94ea145c488059'
39
default['python']['configure_options'] = %W{--prefix=#{python['prefix_dir']}}
40
41
default['python']['distribute_script_url'] = 'http://python-distribute.org/distribute_setup.py'
0 commit comments