geant4-vmc: Add version 5-3, switch to https (#20379)
This commit is contained in:
parent
19fba3ae06
commit
5df6418b64
1 changed files with 4 additions and 3 deletions
|
@ -9,15 +9,16 @@
|
|||
class Geant4Vmc(CMakePackage):
|
||||
"""Geant4 VMC implements the Virtual Monte Carlo (VMC) for Geant4."""
|
||||
|
||||
homepage = "http://github.com/vmc-project/geant4_vmc"
|
||||
url = "http://github.com/vmc-project/geant4_vmc/archive/v5-1-p1.tar.gz"
|
||||
git = "http://github.com/vmc-project/geant4_vmc.git"
|
||||
homepage = "https://github.com/vmc-project/geant4_vmc"
|
||||
url = "https://github.com/vmc-project/geant4_vmc/archive/v5-1-p1.tar.gz"
|
||||
git = "https://github.com/vmc-project/geant4_vmc.git"
|
||||
|
||||
tags = ['hep']
|
||||
|
||||
maintainer = ['wdconinc']
|
||||
|
||||
version('master', branch='master')
|
||||
version('5-3', sha256='22f58530963988380509a7741ad6b3dde21806f3862fb55c11cc27f25d3d3c2d')
|
||||
version('5-2', sha256='5bd0e4a4f938048b35724f06075952ecfbc8a97ffc979630cfe2788323845b13')
|
||||
version('5-1-p1', sha256='2e3e4705134ea464e993156f71d478cb7d3817f5b6026bf8d9a37d32ec97590b')
|
||||
version('5-1', sha256='ede71f360397dc4d045ec0968acf23b564fa81059c94eb40942b552eea8b5e00')
|
||||
|
|
Loading…
Reference in a new issue