mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
sentinel: Add version 0.18.4 (#3011)
This commit is contained in:
parent
fc64b3d51a
commit
f977828182
34
bucket/sentinel.json
Normal file
34
bucket/sentinel.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"version": "0.18.4",
|
||||
"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.4/sentinel_0.18.4_windows_amd64.zip",
|
||||
"hash": "efb19ff2717f67219748710b3d7cdbca183e717377f8356e72f5683fc387fdf3"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://releases.hashicorp.com/sentinel/0.18.4/sentinel_0.18.4_windows_386.zip",
|
||||
"hash": "a1a078c13a29c49d598d9eaae4fa26758974f963450fe9d40ee6037ebdd55e3b"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user