ScoopInstaller_Main/bucket/conftest.json
2023-06-03 20:24:00 +00:00

27 lines
872 B
JSON

{
"version": "0.43.0",
"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.43.0/conftest_0.43.0_Windows_x86_64.zip",
"hash": "025fbd5a3cd34d987dcf5628c2bda66348362b55e17b55c2da5dbebf835302a9"
}
},
"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"
}
}
}