mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.18.12",
|
|
"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.12/sentinel_0.18.12_windows_amd64.zip",
|
|
"hash": "6eacc11e6cf3006283aaa728246ab6fd907765089442e5580c449ca46d5cd1b8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/sentinel/0.18.12/sentinel_0.18.12_windows_386.zip",
|
|
"hash": "902d36883af073e3ac91d88fa23c8b1461b4c30bc217ea3fbbe48a0f6ca7736a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|