diff --git a/bucket/waypoint.json b/bucket/waypoint.json new file mode 100644 index 0000000000..0b861b7490 --- /dev/null +++ b/bucket/waypoint.json @@ -0,0 +1,34 @@ +{ + "homepage": "https://www.waypointproject.io/", + "description": "HashiCorp Waypoint allows developers to define their application build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.", + "license": "MPL-2.0", + "version": "0.1.3", + "architecture": { + "64bit": { + "url": "https://releases.hashicorp.com/waypoint/0.1.3/waypoint_0.1.3_windows_amd64.zip", + "hash": "8d9c1aee90be23ad6e8b394a9ebbb038388cd8553bb15bb5852941f212ec1442" + }, + "32bit": { + "url": "https://releases.hashicorp.com/waypoint/0.1.3/waypoint_0.1.3_windows_386.zip", + "hash": "0a63adadce21d864fc49c3bc3e77fb08cd8da182a82d8cb85cd67abcc32d4691" + } + }, + "bin": "waypoint.exe", + "checkver": { + "url": "https://releases.hashicorp.com/waypoint/", + "re": "waypoint_([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://releases.hashicorp.com/waypoint/$version/waypoint_$version_windows_amd64.zip" + }, + "32bit": { + "url": "https://releases.hashicorp.com/waypoint/$version/waypoint_$version_windows_386.zip" + } + }, + "hash": { + "url": "$baseurl/waypoint_$version_SHA256SUMS" + } + } +}