octopus: fix download links (#37081)

This commit is contained in:
Ashwin Kumar Karnad 2023-04-21 11:22:34 +02:00 committed by GitHub
parent 7cf53a647e
commit c8ad4807c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ class Octopus(AutotoolsPackage, CudaPackage):
theory code."""
homepage = "https://octopus-code.org/"
url = "https://octopus-code.org/down.php?file=6.0/octopus-6.0.tar.gz"
url = "https://octopus-code.org/download/6.0/octopus-6.0.tar.gz"
git = "https://gitlab.com/octopus-code/octopus"
maintainers("fangohr", "RemiLacroix-IDRIS")