mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.2.2",
|
|
"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.2.2/waypoint_0.2.2_windows_amd64.zip",
|
|
"hash": "75282fd976ff7c85915f93ca3afb16e7c887eb9c8d1aa2cd56b54cc8ab873a1e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/waypoint/0.2.2/waypoint_0.2.2_windows_386.zip",
|
|
"hash": "b9d1b0b0047bc01a79090c20fa6f1237b19a9a6bfcbf05dd35b5852fefbac6bd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|