Replace git=git with explicit branch names

This commit is contained in:
Adam J. Stewart
2018-07-24 21:08:43 -05:00
committed by Todd Gamblin
parent 3f18c04865
commit 31417bf66c
29 changed files with 32 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ class Mpir(Package):
url = "https://github.com/wbhart/mpir/archive/mpir-2.7.0.tar.gz"
git = "https://github.com/wbhart/mpir.git"
version('develop', git=git)
version('develop', branch='master')
version('2.7.0', '985b5d57bd0e74c74125ee885b9c8f71')
version('2.6.0', 'ec17d6a7e026114ceb734b2466aa0a91')