2022-02-18 16:29:58 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.0.30",
"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.30/nancy-v1.0.30-windows-amd64.zip",
"hash": "8102a4d99d682bbeef3b63505d2ad0930412ef68148e7eb0f3ae26630833410f"
},
"32bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.30/nancy-v1.0.30-windows-386.zip",
"hash": "7edcbab9b2f1f20ce29c808e5da27cf93122273c3d7e0f0deded7cc6f144fa43"
}
},
"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"
}
}
}
}