EVE now use main instead of develop as main branch (#30220)
This commit is contained in:
parent
f99614be02
commit
0b26103c07
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ class Eve(CMakePackage):
|
|||
maintainers = ['jfalcou']
|
||||
git = 'https://github.com/jfalcou/eve.git'
|
||||
|
||||
version('develop', branch='develop')
|
||||
version('main', branch='main')
|
||||
version('2022.03.0', sha256='8bf9faea516806e7dd468e778dcedc81c51f0b2c6a70b9c75987ce12bb759911')
|
||||
version('2021.10.0', sha256='580c40a8244039a700b93ea49fb0affc1c8d3c100eb6dc66368e101753f51e5c')
|
||||
|
|
Loading…
Reference in a new issue