ScoopInstaller_Main/bucket/sentinel.json
2024-05-15 12:31:48 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.26.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.26.0/sentinel_0.26.0_windows_amd64.zip",
"hash": "8f9ba391a86e10acb91bdc44072aa761e454b756091d40e739855d05926d59f7"
},
"32bit": {
"url": "https://releases.hashicorp.com/sentinel/0.26.0/sentinel_0.26.0_windows_386.zip",
"hash": "51210f2c5a3d201f2d8ec159fa8f7eb0f5862ec910f8268111ef78adc7a380db"
}
},
"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"
}
}
}