Package/geopm: Update to version 0.5.0 (#8487)

This commit is contained in:
Matthias Maiterth 2018-06-15 15:17:17 +02:00 committed by Adam J. Stewart
parent a3c989ef3a
commit a85981b250

View file

@ -40,6 +40,7 @@ class Geopm(AutotoolsPackage):
url = "https://github.com/geopm/geopm/releases/download/v0.4.0/geopm-0.4.0.tar.gz"
# Add additional proper versions and checksums here. "spack checksum geopm"
version('0.5.0', '61b454bc74d4606fe84818aef16c1be4')
version('0.4.0', 'd4cc8fffe521296dab379857d7e2064d')
version('0.3.0', '568fd37234396fff134f8d57b60f2b83')
version('master', git='https://github.com/geopm/geopm.git', branch='master')