mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.9.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.9.0/waypoint_0.9.0_windows_amd64.zip",
|
|
"hash": "fad44f28f03e946a757dedbeca4d460bf84edb941d88b833e661f02820b35315"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_windows_386.zip",
|
|
"hash": "71ed226f10db8f4cee3679fe6386fa044d94f0f5193147149276de0940b47bf8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|