ScoopInstaller_Main/bucket/waypoint.json
2021-10-14 19:00:47 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.6.0",
"description": "Tool for defining application's build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.",
"homepage": "https://www.waypointproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/waypoint/0.6.0/waypoint_0.6.0_windows_amd64.zip",
"hash": "c44a9844120f04ad8fde03dcd22e99952639a69cae05793a3e6223dc1a9f10e6"
},
"32bit": {
"url": "https://releases.hashicorp.com/waypoint/0.6.0/waypoint_0.6.0_windows_386.zip",
"hash": "2d12eaf5c0d9e7b6bbfcee57819c92593ae1b97311dbf82c23b9c5b8da61e1d6"
}
},
"bin": "waypoint.exe",
"checkver": {
"url": "https://releases.hashicorp.com/waypoint/",
"regex": "waypoint_([\\d.]+)</a>"
},
"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"
}
}
}