From 18f49daf7b9b83a45399f86e63ab3a369665d39c Mon Sep 17 00:00:00 2001 From: Mehdi LARUELLE <47187030+mehdilaruelle@users.noreply.github.com> Date: Wed, 21 Oct 2020 18:00:41 +0200 Subject: [PATCH] waypoint: add version 0.1.3 (#1511) --- bucket/waypoint.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/waypoint.json 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" + } + } +}