ScoopInstaller_Main/bucket/sentinel.json
2022-12-07 02:00:44 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.19.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.19.0/sentinel_0.19.0_windows_amd64.zip",
"hash": "212af7693c01c1aa81c267312abe3066529165e7ec6e0b90848f4c926eaa6b48"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.19.0/sentinel_0.19.0_windows_386.zip",
"hash": "aa23b016576ffb3ca35e08e59984161d8028812e4c7e03ae9860a5c65ec56ac0"
}
},
"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"
}
}
}