Nancy: Add version 1.0.29 (#3043)

* Added sonatype Nancy Issue 3041

https://github.com/ScoopInstaller/Main/issues/3041

* added hash and capitalized description

* removed trailing whitespace

* Update description

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Falco 2021-12-07 04:02:29 +01:00 committed by GitHub
parent e2a0c6dd43
commit e40b8d426d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/nancy.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "1.0.29",
"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.29/nancy-v1.0.29-windows-amd64.zip",
"hash": "7418d0fa81550e952d31958f15c683c09673188245444424a2077819669df2b1"
},
"32bit": {
"url": "https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.29/nancy-v1.0.29-windows-386.zip",
"hash": "e1187a5f984e1d674d8f739ef7a2a3da85338b7428472d7af4f79c6b0eddd0c4"
}
},
"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"
}
}
}
}