mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-10 01:11:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.24.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.24.1/sentinel_0.24.1_windows_amd64.zip",
|
|
"hash": "2874aca7bd9c35f423d0876148100c4f823bf933783bec98dd282adcfe46e192"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/sentinel/0.24.1/sentinel_0.24.1_windows_386.zip",
|
|
"hash": "db5332c20126c59fb343e0b0d57ee744ec743f68f33e2af7b3b60374d7a4e558"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|