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 BashCompletion(AutotoolsPackage):
url = "https://github.com/scop/bash-completion/archive/2.3.tar.gz"
git = "https://github.com/scop/bash-completion.git"
version('develop', git=git)
version('develop', branch='master')
version('2.7', 'f72c9e2e877d188c3159956a3496a450e7279b76')
version('2.3', '67e50f5f3c804350b43f2b664c33dde811d24292')