ScoopInstaller_Main/bucket/sentinel.json
2024-05-22 00:33:38 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.26.1",
"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.1/sentinel_0.26.1_windows_amd64.zip",
"hash": "25528e6c6a0cd70de206c078ac946eb5eb05562a1253f266b2ffb4fd115ea403"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.26.1/sentinel_0.26.1_windows_386.zip",
"hash": "07c0cb7bf2b8f5b63b14643d3606c68b0ddeef3f6b7d66066029ac2154a926ba"
}
},
"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"
}
}
}