{ "version": "0.2.4", "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.4/waypoint_0.2.4_windows_amd64.zip", "hash": "7aa42583a565f85b8faac516976d303eadee29fc05c7fed65dc16bd34338fa22" }, "32bit": { "url": "https://releases.hashicorp.com/waypoint/0.2.4/waypoint_0.2.4_windows_386.zip", "hash": "daa3cc5d82e1e7c8a16357901164603f10bc0b136a07db41134c2a12b4a1a17a" } }, "bin": "waypoint.exe", "checkver": { "url": "https://releases.hashicorp.com/waypoint/", "regex": "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" } } }