Skip to content

Commit

Permalink
add link for v5.7.1 of ogs for win
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 18, 2019
1 parent dc9d6f5 commit 0a2db9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ogs5py/tools/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def get_links(url, ext, build=None):
STABLE = BUILD + "lastStableBuild/"
SUCCESS = BUILD + "lastSuccessfulBuild/"


# https://stackoverflow.com/a/53222876/6696397
OGS5PY_CONFIG = os.path.join(
os.environ.get("APPDATA")
Expand All @@ -82,7 +81,6 @@ def get_links(url, ext, build=None):
)
"""str: Standard config path for ogs5py."""


URLS = {
"5.7": {
"Linux": (
Expand All @@ -91,6 +89,12 @@ def get_links(url, ext, build=None):
"Windows": RELEASE + "ogs-5.7.0-Windows-6.1.7601-x64.zip",
"Darwin": RELEASE + "ogs-5.7.0-Darwin-15.2.0-x64.tar.gz",
},
"5.7.1": {
"Windows": (
"https://github.com/ufz/ogs5/releases/download/"
+ "5.7.1/ogs-5.7.1-Windows-x64.zip"
)
},
"5.8": {
"Linux": (
RELEASE + "ogs-5.8-Linux-2.6.32-754.3.5.el6.x86_64-x64.tar.gz"
Expand Down

0 comments on commit 0a2db9f

Please sign in to comment.