2022-03-17 00:32:26 +00:00

29 lines
1.2 KiB
JSON

{
"version": "1.0.32",
"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.32/nancy-v1.0.32-windows-amd64.zip",
"hash": "cdea90f3efece51c240570af1c434303c36efeaf9fbdc2edf98f30b2dc53594d"
},
"32bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.32/nancy-v1.0.32-windows-386.zip",
"hash": "6b02f2fbc8bc7b9af2a3c1087ece9133ee53db38b008f0440f0c11ef323230ab"
}
},
"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"
}
}
}
}