This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=3.6.0
6
- SHA256=fd05ed40cc40ef9ef99fac7b0ece2e0b871858a82feade48546f5d2940147670
5
+ VERSION=3.6.1
6
+ SHA256=28ee98ec40427d41a45673847db7a905b59ce9243bb866eaf59dce0f58aaef11
7
7
8
8
curl https://cmake.org/files/v${VERSION% \. * } /cmake-$VERSION .tar.gz | \
9
9
tee >( sha256sum > cmake-$VERSION .tar.gz.sha256) | tar xzf -
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=7.49.0
6
- SHA256=14f44ed7b5207fea769ddb2c31bd9e720d37312e1c02315def67923a4a636078
5
+ VERSION=7.50.1
6
+ SHA256=3c12c5f54ccaa1d40abc65d672107dcc75d3e1fcb38c267484334280096e5156
7
7
8
8
curl http://cool.haxx.se/download/curl-$VERSION .tar.bz2 | \
9
9
tee >( sha256sum > curl-$VERSION .tar.bz2.sha256) | tar xjf -
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=7.11
6
- SHA256=9382f5534aa0754169e1e09b5f1a3b77d1fa8c59c1e57617e06af37cb29c669a
5
+ VERSION=7.11.1
6
+ SHA256=57e9e9aa3172ee16aa1e9c66fef08b4393b51872cc153e3f1ffdf18a57440586
7
7
8
8
yum install -y texinfo ncurses-devel
9
9
curl https://ftp.gnu.org/gnu/gdb/gdb-$VERSION .tar.gz | \
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=2.8 .3
6
- SHA256=2dad50c758339d6f5235309db620e51249e0000ff34aa2f2acbcb84c2123ed09
5
+ VERSION=2.9 .3
6
+ SHA256=a252b6636b12d5ba57732c8469701544c26c2b1689933bd1b425e603cbb247c0
7
7
8
8
yum install -y gettext autoconf
9
9
curl https://www.kernel.org/pub/software/scm/git/git-$VERSION .tar.gz | \
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=2.7.11
6
- SHA256=82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6
5
+ VERSION=2.7.12
6
+ SHA256=3cb522d17463dfa69a155ab18cffa399b358c966c0363d6c8b5b3bf1384da4b6
7
7
8
8
yum install -y bzip2-devel
9
9
curl https://www.python.org/ftp/python/$VERSION /Python-$VERSION .tgz | \
Original file line number Diff line number Diff line change 2
2
3
3
set -ex
4
4
5
- VERSION=1.28
6
- SHA256=60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
5
+ VERSION=1.29
6
+ SHA256=236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2
7
7
8
8
curl https://ftp.gnu.org/gnu/tar/tar-$VERSION .tar.bz2 | \
9
9
tee >( sha256sum > tar-$VERSION .tar.bz2.sha256) | tar xjf -
You can’t perform that action at this time.
0 commit comments