mantevo: update urls to new website (#16732)

This commit is contained in:
Christoph Junghans 2020-05-19 15:19:17 -06:00 committed by GitHub
parent 7fe6c0945a
commit 46ab939249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']

View file

@ -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']