Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 693bb69

Browse files
authored
Merge pull request #118 from rillian/python-2.7.12
Misc updates
2 parents 9a42f2a + 4b2dadb commit 693bb69

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

slaves/dist/build_cmake.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=3.6.0
6-
SHA256=fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670
5+
VERSION=3.6.1
6+
SHA256=28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11
77

88
curl https://cmake.org/files/v${VERSION%\.*}/cmake-$VERSION.tar.gz | \
99
tee >(sha256sum > cmake-$VERSION.tar.gz.sha256) | tar xzf -

slaves/dist/build_curl.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=7.49.0
6-
SHA256=14f44ed7b5207fea769ddb2c31bd9e720d37312e1c02315def67923a4a636078
5+
VERSION=7.50.1
6+
SHA256=3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156
77

88
curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | \
99
tee >(sha256sum > curl-$VERSION.tar.bz2.sha256) | tar xjf -

slaves/dist/build_gdb.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=7.11
6-
SHA256=9382f5534aa0754169e1e09b5f1a3b77d1fa8c59c1e57617e06af37cb29c669a
5+
VERSION=7.11.1
6+
SHA256=57e9e9aa3172ee16aa1e9c66fef08b4393b51872cc153e3f1ffdf18a57440586
77

88
yum install -y texinfo ncurses-devel
99
curl https://ftp.gnu.org/gnu/gdb/gdb-$VERSION.tar.gz | \

slaves/dist/build_git.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=2.8.3
6-
SHA256=2dad50c758339d6f5235309db620e51249e0000ff34aa2f2acbcb84c2123ed09
5+
VERSION=2.9.3
6+
SHA256=a252b6636b12d5ba57732c8469701544c26c2b1689933bd1b425e603cbb247c0
77

88
yum install -y gettext autoconf
99
curl https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.gz | \

slaves/dist/build_python.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=2.7.11
6-
SHA256=82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6
5+
VERSION=2.7.12
6+
SHA256=3cb522d17463dfa69a155ab18cffa399b358c966c0363d6c8b5b3bf1384da4b6
77

88
yum install -y bzip2-devel
99
curl https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tgz | \

slaves/dist/build_tar.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=1.28
6-
SHA256=60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
5+
VERSION=1.29
6+
SHA256=236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2
77

88
curl https://ftp.gnu.org/gnu/tar/tar-$VERSION.tar.bz2 | \
99
tee >(sha256sum > tar-$VERSION.tar.bz2.sha256) | tar xjf -

0 commit comments

Comments
 (0)