distcc: add 3.3.5 for gcc@10 (#29666)

This commit is contained in:
Dylan Simon
2022-04-13 19:11:36 -04:00
committed by GitHub
parent a837008ff7
commit 0804637228

View File

@@ -13,6 +13,7 @@ class Distcc(AutotoolsPackage):
homepage = "https://github.com/distcc/distcc" homepage = "https://github.com/distcc/distcc"
url = "https://github.com/distcc/distcc/archive/v3.3.3.tar.gz" url = "https://github.com/distcc/distcc/archive/v3.3.3.tar.gz"
version('3.3.5', sha256='13a4b3ce49dfc853a3de550f6ccac583413946b3a2fa778ddf503a9edc8059b0')
version('3.3.3', sha256='b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169') version('3.3.3', sha256='b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169')
depends_on('popt') depends_on('popt')