mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.25.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.25.0/sentinel_0.25.0_windows_amd64.zip",
|
|
"hash": "29ea6073ff628ee6a3dd1bc678065cbb92da4cc5cf7b89760e9f3f12c1f9f742"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/sentinel/0.25.0/sentinel_0.25.0_windows_386.zip",
|
|
"hash": "70ff1e7441b3aedef2aaa5e4139c7bdbe9ff6f7fe6689606c74e0797c4a40cae"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|