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.36",
|
|
"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.36/nancy-v1.0.36-windows-amd64.zip",
|
|
"hash": "cd2eaae47a3b005580512b18693adbd9a8afff4293a6154e057d7bc8996acf97"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.36/nancy-v1.0.36-windows-386.zip",
|
|
"hash": "2b20817362fca09bb6bdf9e4653a3f553dffb4951e13d99247096620d67bff56"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|