ScoopInstaller_Main/bucket/sentinel.json
2024-07-19 04:29:23 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.26.3",
"description": "An embeddable policy as code framework to enable fine-grained, logic-based policy decisions.",
"homepage": "https://www.hashicorp.com/sentinel",
"license": "Proprietary",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/sentinel/0.26.3/sentinel_0.26.3_windows_amd64.zip",
"hash": "d537454a902be5eed1ab8b56bc7d0ff4393223eeb1e71d23b17038e574f51aa1"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.26.3/sentinel_0.26.3_windows_386.zip",
"hash": "66b8cf22b1aeff7636d851e0d2a914e75e3e788d0e72274d3cbb6d5162ac4f74"
}
},
"bin": "sentinel.exe",
"checkver": {
"url": "https://releases.hashicorp.com/sentinel/",
"regex": "sentinel_([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/sentinel/$version/sentinel_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/$version/sentinel_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/sentinel_$version_SHA256SUMS"
}
}
}