This commit is contained in:
Andrew W Elble 2020-10-21 11:47:31 -04:00 committed by GitHub
parent a26b744b65
commit 70cfdab372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class Gflags(CMakePackage):
homepage = "https://gflags.github.io/gflags"
url = "https://github.com/gflags/gflags/archive/v2.1.2.tar.gz"
version('2.2.2', sha256='34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf')
version('2.1.2', sha256='d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662')
depends_on('cmake@2.8.12:', type='build')