Merge pull request #39 from blueboxgroup/another-new-pip

Pip bumped again on June 5th. Update the hash.
This commit is contained in:
Craig Tracey 2015-06-15 23:32:15 -04:00
commit 62b27c594d
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -67,7 +67,7 @@ Vagrant.configure('2') do |config|
gem install --no-ri --no-rdoc fpm
cd /vagrant
GET_PIP_MD5='d151ff23e488d8f579d68a7a5777badc'
GET_PIP_MD5='8b911e095db95b4dc1f11d4ce8377efd'
wget -q -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
if ! md5sum /tmp/get-pip.py | grep -q $GET_PIP_MD5; then
echo "pip installation could not be verified. Quitting"