mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.18.9",
|
|
"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.9/sentinel_0.18.9_windows_amd64.zip",
|
|
"hash": "316e2f3de6335aefcf7a4bb0aeb5658a46201423eef08cf19dd1f6a5cf1b7938"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/sentinel/0.18.9/sentinel_0.18.9_windows_386.zip",
|
|
"hash": "cfad06c11e035716d83359a141d6623c4a7b424bf9f61fcbf8cdd353fff03c80"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|