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

Misc updates #118

Merged
merged 6 commits into from
Aug 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slaves/dist/build_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=3.6.0
SHA256=fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670
VERSION=3.6.1
SHA256=28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11

curl https://cmake.org/files/v${VERSION%\.*}/cmake-$VERSION.tar.gz | \
tee >(sha256sum > cmake-$VERSION.tar.gz.sha256) | tar xzf -
Expand Down
4 changes: 2 additions & 2 deletions slaves/dist/build_curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=7.49.0
SHA256=14f44ed7b5207fea769ddb2c31bd9e720d37312e1c02315def67923a4a636078
VERSION=7.50.1
SHA256=3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156

curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | \
tee >(sha256sum > curl-$VERSION.tar.bz2.sha256) | tar xjf -
Expand Down
4 changes: 2 additions & 2 deletions slaves/dist/build_gdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=7.11
SHA256=9382f5534aa0754169e1e09b5f1a3b77d1fa8c59c1e57617e06af37cb29c669a
VERSION=7.11.1
SHA256=57e9e9aa3172ee16aa1e9c66fef08b4393b51872cc153e3f1ffdf18a57440586

yum install -y texinfo ncurses-devel
curl https://ftp.gnu.org/gnu/gdb/gdb-$VERSION.tar.gz | \
Expand Down
4 changes: 2 additions & 2 deletions slaves/dist/build_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=2.8.3
SHA256=2dad50c758339d6f5235309db620e51249e0000ff34aa2f2acbcb84c2123ed09
VERSION=2.9.3
SHA256=a252b6636b12d5ba57732c8469701544c26c2b1689933bd1b425e603cbb247c0

yum install -y gettext autoconf
curl https://www.kernel.org/pub/software/scm/git/git-$VERSION.tar.gz | \
Expand Down
4 changes: 2 additions & 2 deletions slaves/dist/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=2.7.11
SHA256=82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6
VERSION=2.7.12
SHA256=3cb522d17463dfa69a155ab18cffa399b358c966c0363d6c8b5b3bf1384da4b6

yum install -y bzip2-devel
curl https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tgz | \
Expand Down
4 changes: 2 additions & 2 deletions slaves/dist/build_tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=1.28
SHA256=60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
VERSION=1.29
SHA256=236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2

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