diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2020-08-26 09:54:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 11:54:33 -0500 |
commit | f7d156af055a601e73276de4650963543087e3ec (patch) | |
tree | 7125427f6e9d60ab7270e6a69ca2e67acb1d0027 | |
parent | 20d37afafa3be3f9b6c3388e22f813261d4c3fec (diff) | |
download | spack-f7d156af055a601e73276de4650963543087e3ec.tar.gz spack-f7d156af055a601e73276de4650963543087e3ec.tar.bz2 spack-f7d156af055a601e73276de4650963543087e3ec.tar.xz spack-f7d156af055a601e73276de4650963543087e3ec.zip |
binutils: add version 2.35 (#18291)
-rw-r--r-- | var/spack/repos/builtin/packages/binutils/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/binutils/package.py b/var/spack/repos/builtin/packages/binutils/package.py index 96fdcc067b..1c0330a4be 100644 --- a/var/spack/repos/builtin/packages/binutils/package.py +++ b/var/spack/repos/builtin/packages/binutils/package.py @@ -14,6 +14,7 @@ class Binutils(AutotoolsPackage, GNUMirrorPackage): homepage = "http://www.gnu.org/software/binutils/" gnu_mirror_path = "binutils/binutils-2.28.tar.bz2" + version('2.35', sha256='7d24660f87093670738e58bcc7b7b06f121c0fcb0ca8fc44368d675a5ef9cff7') version('2.34', sha256='89f010078b6cf69c23c27897d686055ab89b198dddf819efb0a4f2c38a0b36e6') version('2.33.1', sha256='0cb4843da15a65a953907c96bad658283f3c4419d6bcc56bf2789db16306adb2') version('2.32', sha256='de38b15c902eb2725eac6af21183a5f34ea4634cb0bcef19612b50e5ed31072d') |