summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDylan Simon <dylan@dylex.net>2022-04-13 19:11:36 -0400
committerGitHub <noreply@github.com>2022-04-13 16:11:36 -0700
commit0804637228c20a481092e56e86531eff30cb0ac2 (patch)
tree18c39d42cad8b19310ee652fdbfb35396f03e90e /var
parenta837008ff7e22a81e878785744599c283b336970 (diff)
downloadspack-0804637228c20a481092e56e86531eff30cb0ac2.tar.gz
spack-0804637228c20a481092e56e86531eff30cb0ac2.tar.bz2
spack-0804637228c20a481092e56e86531eff30cb0ac2.tar.xz
spack-0804637228c20a481092e56e86531eff30cb0ac2.zip
distcc: add 3.3.5 for gcc@10 (#29666)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/distcc/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/distcc/package.py b/var/spack/repos/builtin/packages/distcc/package.py
index e9f846e9c3..a9f2b8bea3 100644
--- a/var/spack/repos/builtin/packages/distcc/package.py
+++ b/var/spack/repos/builtin/packages/distcc/package.py
@@ -13,6 +13,7 @@ class Distcc(AutotoolsPackage):
homepage = "https://github.com/distcc/distcc"
url = "https://github.com/distcc/distcc/archive/v3.3.3.tar.gz"
+ version('3.3.5', sha256='13a4b3ce49dfc853a3de550f6ccac583413946b3a2fa778ddf503a9edc8059b0')
version('3.3.3', sha256='b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169')
depends_on('popt')