ScoopInstaller_Main/bucket/sentinel.json
2024-02-01 00:32:45 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.24.2",
"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.24.2/sentinel_0.24.2_windows_amd64.zip",
"hash": "3411a6dd27713fc695b0ed2e7b380d4de66f921390cda4322ea1c240b3d54c5b"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.24.2/sentinel_0.24.2_windows_386.zip",
"hash": "6394816acdc6bbd05206bd694372f85c3c8fe7827cfec954a2f2847bc281d644"
}
},
"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"
}
}
}