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

Commit eccf4fb

Browse files
committed
Merge pull request #59 from rillian/curl-7.47.1
fix curl download
2 parents 4bdec85 + 4ece3b8 commit eccf4fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slaves/dist/build_curl.sh

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

33
set -ex
44

5-
VERSION=7.44.0
6-
SHA256=1e2541bae6582bb697c0fbae49e1d3e6fad5d05d5aa80dbd6f072e0a44341814
5+
VERSION=7.47.1
6+
SHA256=ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f
77

8-
curl http://curl.haxx.se/download/curl-$VERSION.tar.bz2 | \
8+
curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | \
99
tee >(sha256sum > curl-$VERSION.tar.bz2.sha256) | tar xjf -
1010
test $SHA256 = $(cut -d ' ' -f 1 curl-$VERSION.tar.bz2.sha256) || exit 1
1111

0 commit comments

Comments
 (0)