diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 10:00:54 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 10:02:52 -0500 |
commit | 0c5de00607cfc594dd0be0117685bb1148ca60ed (patch) | |
tree | a57a443da75a31ee4a2a75a3d8441684d21347ab /binutils | |
parent | b948be9815a6110f22ef839a6aa58dd8ea8ee39d (diff) | |
download | spm_packages-0c5de00607cfc594dd0be0117685bb1148ca60ed.tar.gz |
Upgrade binutils
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/build.sh b/binutils/build.sh index 24e2185..5f0b124 100644 --- a/binutils/build.sh +++ b/binutils/build.sh @@ -1,7 +1,7 @@ #!/bin/bash disable_base=1 name=binutils -version=2.31.1 +version=2.34 revision=0 sources=( "https://ftp.gnu.org/gnu/${name}/${name}-${version}.tar.gz" |