mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.39",
|
|
"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.39/nancy-v1.0.39-windows-amd64.zip",
|
|
"hash": "8fe5bc02fee34001a99278e3bcd2701855f23bcb118caebc48711fedac3104fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.39/nancy-v1.0.39-windows-386.zip",
|
|
"hash": "b51c34710715219ad1f40d6eefec432669eedf50fd1339213f5d1872afe0f364"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|