2022-06-22 20:28:28 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.0.37",
"description": "A tool to check for vulnerabilities in Golang dependencies, powered by Sonatype OSS Index",
"homepage": "https://github.com/sonatype-nexus-community/nancy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.37/nancy-v1.0.37-windows-amd64.zip",
"hash": "0155ca1bf2e12de92df2b15a0112a2700c188cc2ae57864b91fe63cd5708ed65"
},
"32bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.37/nancy-v1.0.37-windows-386.zip",
"hash": "7eb889a2986fc60fd19213816da9d3b80116861902f3565c0cca52e03ee2f9eb"
}
},
"bin": "nancy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v$version/nancy-v$version-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v$version/nancy-v$version-windows-386.zip"
}
}
}
}