clingo: add master branch version (#19958)

* updated @master to point to the master branch
* also added a @spack that points to a fixed commit
This commit is contained in:
Massimiliano Culpo 2020-11-18 13:21:55 +01:00 committed by GitHub
parent 20367e472d
commit 532fc40e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@ class Clingo(CMakePackage):
maintainers = ["tgamblin"]
version('develop', branch='wip', submodules=True)
version('master', branch='master', submodules=True)
version('spack', commit='2ab2e81bcb24f6070b7efce30a754d74ef52ee2d', submodules=True)
version('5.4.0', sha256='e2de331ee0a6d254193aab5995338a621372517adcf91568092be8ac511c18f3')
version('5.3.0', sha256='b0d406d2809352caef7fccf69e8864d55e81ee84f4888b0744894977f703f976')
version('5.2.2', sha256='da1ef8142e75c5a6f23c9403b90d4f40b9f862969ba71e2aaee9a257d058bfcf')