mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.41",
|
|
"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.41/nancy-v1.0.41-windows-amd64.zip",
|
|
"hash": "071f513d9caa6f6523fc0886f8cf910a2a46a9bd87adbf10c9f16f18b0c4e52a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.41/nancy-v1.0.41-windows-386.zip",
|
|
"hash": "7e690dd2fa1864884da0462451351116cf21792d01532bc39c87dcd50633d362"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|