mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.52",
|
|
"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.52/nancy-v1.0.52-windows-amd64.zip",
|
|
"hash": "fe1b5b2c4c5896413737416877fc4ba5ca23630814340b91459dda4914abbe3b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.52/nancy-v1.0.52-windows-386.zip",
|
|
"hash": "958b96edd548ce37d82e5f804024528b4687100c06c34150302e282adecf9430"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|