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

Commit

Permalink
Merge pull request #126 from rillian/cmake-3.6.2
Browse files Browse the repository at this point in the history
update other non-toolchain packages
  • Loading branch information
alexcrichton authored Sep 25, 2016
2 parents def81eb + f152da6 commit ce32e7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.1
SHA256=28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11
VERSION=3.6.2
SHA256=189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346

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.50.1
SHA256=3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156
VERSION=7.50.3
SHA256=7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec

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_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=2.9.3
SHA256=a252b6636b12d5ba57732c8469701544c26c2b1689933bd1b425e603cbb247c0
VERSION=2.10.0
SHA256=207cfce8cc0a36497abb66236817ef449a45f6ff9141f586bbe2aafd7bc3d90b

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_pkgconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=0.29
SHA256=c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b
VERSION=0.29.1
SHA256=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001

curl http://pkgconfig.freedesktop.org/releases/pkg-config-$VERSION.tar.gz | \
tee >(sha256sum > pkg-config-$VERSION.tar.gz.sha256) | tar xzf -
Expand Down

0 comments on commit ce32e7c

Please sign in to comment.