diff --git a/bucket/nancy.json b/bucket/nancy.json new file mode 100644 index 0000000000..bdc592c0f1 --- /dev/null +++ b/bucket/nancy.json @@ -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" + } + } + } +}