mantevo: update urls to new website (#16732)
This commit is contained in:
parent
7fe6c0945a
commit
46ab939249
9 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ class Cloverleaf(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://uk-mac.github.io/CloverLeaf"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/CloverLeaf-1.1.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/CloverLeaf/CloverLeaf-1.1.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ class Cloverleaf3d(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://uk-mac.github.io/CloverLeaf3D/"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/CloverLeaf3D-1.0.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/CloverLeaf3D/CloverLeaf3D-1.0.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ class Hpccg(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "https://mantevo.org/about/applications/"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/HPCCG-1.0.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/HPCCG/HPCCG-1.0.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ class Minighost(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://mantevo.org"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniGhost_1.0.1.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/MiniGhost/miniGhost_1.0.1.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ class Minimd(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://mantevo.org"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniMD_1.2.tgz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/MiniMD/miniMD_1.2.tgz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ class Minismac2d(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://mantevo.org"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniSMAC2D-2.0.tgz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/MiniSMAC2D/miniSMAC2D-2.0.tgz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ class Minixyce(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "https://mantevo.org"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/miniXyce_1.0.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/MiniXyce/miniXyce_1.0.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ class Pathfinder(MakefilePackage):
|
|||
"""Proxy Application. Signature search."""
|
||||
|
||||
homepage = "https://mantevo.org/packages/"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/PathFinder_1.0.0.tgz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/PathFinder/PathFinder_1.0.0.tgz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ class Tealeaf(MakefilePackage):
|
|||
"""
|
||||
|
||||
homepage = "http://uk-mac.github.io/TeaLeaf/"
|
||||
url = "https://github.com/Mantevo/mantevo.github.io/raw/master/download_files/TeaLeaf-1.0.tar.gz"
|
||||
url = "http://downloads.mantevo.org/releaseTarballs/miniapps/TeaLeaf/TeaLeaf-1.0.tar.gz"
|
||||
|
||||
tags = ['proxy-app']
|
||||
|
||||
|
|
Loading…
Reference in a new issue