mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.25.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.25.1/sentinel_0.25.1_windows_amd64.zip",
|
|
"hash": "94bac58bb2c128c0e3bd11cd911a372fa0cb8b89f364319bf6df5a0ca015f929"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/sentinel/0.25.1/sentinel_0.25.1_windows_386.zip",
|
|
"hash": "ef90b45967855cf96260d85d200d2e0cbf4cd35548fbc71fd1d38dbb536944dd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|