ScoopInstaller_Main/bucket/sentinel.json
2023-02-16 04:31:49 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.20.0",
"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.20.0/sentinel_0.20.0_windows_amd64.zip",
"hash": "50ff40ca7522ca18f77fa7cbe13773356e7bd803eaa8645eee1525db0a6f5aaa"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.20.0/sentinel_0.20.0_windows_386.zip",
"hash": "ca2ab582f7c1016abd4ea1c30cf11e8c8065c6e0a6942e8b51f009c31b3a8d0f"
}
},
"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"
}
}
}