mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
872 B
JSON
27 lines
872 B
JSON
{
|
|
"version": "0.28.3",
|
|
"description": "Test utility for structured configuration files",
|
|
"homepage": "https://www.conftest.dev",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/open-policy-agent/conftest/releases/download/v0.28.3/conftest_0.28.3_Windows_x86_64.zip",
|
|
"hash": "ea1903204be6965bcc32e49736549ba0af724f75c1a664429a8d53f3f21797d1"
|
|
}
|
|
},
|
|
"bin": "conftest.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/open-policy-agent/conftest"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/open-policy-agent/conftest/releases/download/v$version/conftest_$version_Windows_x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|