Add another url for whizard (#37354)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
145d44cd97
commit
0e4e232ad1
@ -12,7 +12,10 @@ class Whizard(AutotoolsPackage):
|
||||
and simulated event samples."""
|
||||
|
||||
homepage = "whizard.hepforge.org"
|
||||
url = "https://whizard.hepforge.org/downloads/?f=whizard-2.8.3.tar.gz"
|
||||
urls = [
|
||||
"https://launchpad.net/whizard/3.1.x/3.1.2/+download/whizard-3.1.2.tar.gz",
|
||||
"https://whizard.hepforge.org/downloads/?f=whizard-2.8.3.tar.gz",
|
||||
]
|
||||
git = "https://gitlab.tp.nt.uni-siegen.de/whizard/public.git"
|
||||
|
||||
tags = ["hep"]
|
||||
|
Loading…
Reference in New Issue
Block a user