libcxxwrap-julia: fix the git branch name master -> main (#28033)
This commit is contained in:
parent
8b3858081d
commit
bbe69aa725
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ class LibcxxwrapJulia(CMakePackage):
|
|||
|
||||
maintainers = ['eloop']
|
||||
|
||||
version('master', branch='master')
|
||||
# note: use the @main branch version if you're building for julia 1.7
|
||||
version('main', branch='main')
|
||||
|
||||
version('0.8.3', sha256='b0421d11bdee5ce8af4922de6dfe3b0e5d69b07bb52894e3a22a477bbd27ee9e')
|
||||
version('0.8.2', sha256='f8b171def3d61904ba8f9a9052a405c25afbfb9a3c5af3dd30bc36a0184ed539')
|
||||
|
||||
|
|
Loading…
Reference in a new issue