ScoopInstaller_Main/bucket/sentinel.json
2022-03-22 08:29:05 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.18.8",
"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.18.8/sentinel_0.18.8_windows_amd64.zip",
"hash": "4d7d8a5ff62a349a16cf77576ce02cdf1ea92b364cb459c1634608c68a352c76"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.18.8/sentinel_0.18.8_windows_386.zip",
"hash": "455cf4a022caad458d3d60c467c1e23e8396f7c34ddc6527b7210e53a05fe6d7"
}
},
"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"
}
}
}