Skip to content

Instantly share code, notes, and snippets.

@phargogh
Last active September 16, 2020 00:42
Show Gist options
  • Save phargogh/f2e336f1a06b940569d1698ab5c28061 to your computer and use it in GitHub Desktop.
Save phargogh/f2e336f1a06b940569d1698ab5c28061 to your computer and use it in GitHub Desktop.
The current version of InVEST, for testing

The three files here are for developing the InVEST download link auto-updating functionality.

The file invest-current_version.json is there in case it's easier to only update the download links.

The file invest-all-links.json is there in case it's easier to update all of the hyperlinks in one go.

The file invest-all-links-nid.json is the same as invest-all-links.json, just with the drupal Node ID included for easier reference.

{
"links": [
{
"title": "Download InVEST 3.8.6 (Windows)",
"url": "https://storage.googleapis.com/releases.naturalcapitalproject.org/invest/3.8.6/InVEST_3.8.6_x86_Setup.exe"
},
{
"title": "Download InVEST 3.8.6 (Mac)",
"url": "https://storage.googleapis.com/releases.naturalcapitalproject.org/invest/3.8.6/InVEST-3.8.6-mac.zip"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment