Add checksum for form 4.1 (#21808)

This commit is contained in:
iarspider 2021-02-20 22:00:29 +01:00 committed by GitHub
parent 1fc4213bd5
commit 0cc5f629a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class Form(AutotoolsPackage):
url = "https://github.com/vermaseren/form/archive/v4.2.1.tar.gz"
version('4.2.1', sha256='6f32c7470d00e8ab6934dc352f5a78e29290146a00e5775f8cd5fef7810bbbb8')
version('4.1-20131025', sha256='caece2c6e605ccf32eb3612c4ed5c9257a7a62824ad219c5e46b6d00066f1ba6')
depends_on('autoconf', type='build')
depends_on('automake', type='build')