checksums: use sha256 checksums everywhere
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
This commit is contained in:
@@ -15,9 +15,9 @@ class Adlbx(AutotoolsPackage):
|
||||
git = "https://github.com/swift-lang/swift-t.git"
|
||||
|
||||
version('master', branch='master')
|
||||
version('0.9.2', 'a7d9e208eb3b49b8bb857562f6bb61bb')
|
||||
version('0.9.1', '07151ddef5fb83d8f4b40700013d9daf')
|
||||
version('0.8.0', '34ade59ce3be5bc296955231d47a27dd')
|
||||
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')
|
||||
|
Reference in New Issue
Block a user