ScoopInstaller_Main/bucket/conftest.json
2022-06-02 08:31:05 +00:00

27 lines
872 B
JSON

{
"version": "0.32.1",
"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.32.1/conftest_0.32.1_Windows_x86_64.zip",
"hash": "16a2e87b1f9fd684dc452dbf1631ee793b6cd4ee1b7202bba5fa54d77287f8bd"
}
},
"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"
}
}
}