ScoopInstaller_Main/bucket/sentinel.json
2022-12-15 00:34:03 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.19.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.19.1/sentinel_0.19.1_windows_amd64.zip",
"hash": "204cfdb3cde4f08672c9ce9ed5d68e28bdb293df561c9a089649502050e1b4dc"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.19.1/sentinel_0.19.1_windows_386.zip",
"hash": "edf10a80132d5d063d54dca81f5f4cf73b29965f29b358cfff75d60d1203db0a"
}
},
"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"
}
}
}