Manifests/HashicorpWaypoint.json
{ "Name": "Hashicorp Waypoint", "Source": "https://www.waypointproject.io/", "Get": { "Update": { "Uri": "https://api.github.com/repos/hashicorp/waypoint/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$" }, "Download": { "Uri": { "x64": "https://releases.hashicorp.com/waypoint/#version/waypoint_#version_windows_amd64.zip", "x86": "https://releases.hashicorp.com/waypoint/#version/waypoint_#version_windows_386.zip" }, "ReplaceText": "#version" } }, "Install": { "Setup": "waypoint*.zip", "Physical": { "Arguments": "", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |