checksums: Remove or fix up unfetchable or unverifiable md5 versions

This commit either removes remaining md5 checksums, or it replaces them
with sha256 checksums verified by fetching over https.
This commit is contained in:
Todd Gamblin
2019-10-11 22:04:41 -07:00
parent 62927654dd
commit 00f91ab22b
94 changed files with 37 additions and 211 deletions

View File

@@ -17,7 +17,6 @@ class Adlbx(AutotoolsPackage):
version('master', branch='master')
version('0.9.2', sha256='524902d648001b689a98492402d754a607b8c1d0734699154063c1a4f3410d4a')
version('0.9.1', sha256='8913493fe0c097ff13c721ab057514e5bdb55f6318d4e3512692ab739c3190b3')
version('0.8.0', md5='34ade59ce3be5bc296955231d47a27dd')
depends_on('exmcutils@master', when='@master')
depends_on('exmcutils@:0.5.3', when='@:0.8.0')