Skip to content

Commit

Permalink
update to musl 1.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Feb 4, 2019
1 parent 80c3f72 commit 05ec89a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .build
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ fi

versions__binutils=2.31.1
versions__gcc=$gccver
versions__musl=1.1.20
versions__musl=1.1.21
versions__gmp=6.1.2
versions__mpc=1.1.0
versions__mpfr=4.0.1
versions__mpfr=4.0.2
versions__isl=0.19
versions__linux=4.4.10

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
install:
- mkdir -p tools/bin
- curl -R -L -o tools/github-release.tar.bz2 https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2
- curl -R -L -o tools/gcc-6.4.0.tar.xz https://github.com/just-containers/musl-cross-make/releases/download/v9/gcc-6.4.0-x86_64-linux-musl.tar.xz
- curl -R -L -o tools/gcc-6.4.0.tar.xz https://github.com/just-containers/musl-cross-make/releases/download/v11/gcc-6.4.0-x86_64-linux-musl.tar.xz
- curl -R -L -o tools/travis-tools-linux.tar.xz https://github.com/jprjr/travis-tools/releases/download/1.0.0/travis-tools-linux.tar.xz
- tar xf tools/github-release.tar.bz2 -C tools/bin --strip-components=3
- tar xf tools/travis-tools-linux.tar.xz -C tools
Expand Down
1 change: 1 addition & 0 deletions hashes/mpfr-4.0.2.tar.xz.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
52c1f2a4c9a202f46cf3275a8d46b562aa584208 mpfr-4.0.2.tar.xz

0 comments on commit 05ec89a

Please sign in to comment.