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

Commit ce32e7c

Browse files
authored
Merge pull request #126 from rillian/cmake-3.6.2
update other non-toolchain packages
2 parents def81eb + f152da6 commit ce32e7c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

slaves/dist/build_cmake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=3.6.1
6-
SHA256=28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11
5+
VERSION=3.6.2
6+
SHA256=189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=7.50.1
6-
SHA256=3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156
5+
VERSION=7.50.3
6+
SHA256=7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec
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_git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=2.9.3
6-
SHA256=a252b6636b12d5ba57732c8469701544c26c2b1689933bd1b425e603cbb247c0
5+
VERSION=2.10.0
6+
SHA256=207cfce8cc0a36497abb66236817ef449a45f6ff9141f586bbe2aafd7bc3d90b
77

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

slaves/dist/build_pkgconfig.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
VERSION=0.29
6-
SHA256=c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b
5+
VERSION=0.29.1
6+
SHA256=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001
77

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

0 commit comments

Comments
 (0)