diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-26 23:12:33 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-26 23:12:33 -0500 |
commit | 8e0b5c85564974992a7c9b04f58792729475a75d (patch) | |
tree | 440a73ca83369ed8d8280918d7b389ad8866ceb7 /etc | |
parent | 28e24c40da528ea647692813c09f5b5d75047d17 (diff) | |
download | docker-base-8e0b5c85564974992a7c9b04f58792729475a75d.tar.gz |
Update binutils: 2.32
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/pkgs/002-binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgs/002-binutils.sh b/etc/pkgs/002-binutils.sh index 8b1d8cb..82cc1c5 100755 --- a/etc/pkgs/002-binutils.sh +++ b/etc/pkgs/002-binutils.sh @@ -2,7 +2,7 @@ set -xe name=binutils -version=2.31.1 +version=2.32 url=https://ftp.gnu.org/gnu/binutils/${name}-${version}.tar.gz curl -LO ${url} |