mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 13:01:26 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.35",
|
|
"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.35/nancy-v1.0.35-windows-amd64.zip",
|
|
"hash": "40c66c9b91905ea3edae6e4ddaaed7469b6f5ee585350010622108c1865801ba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.35/nancy-v1.0.35-windows-386.zip",
|
|
"hash": "87170c2c118236207e66966eebc24cc04bf38b4b2f5cb7b895be7aab17fd847c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|