diff --git a/bucket/go-ipfs.json b/bucket/go-ipfs.json new file mode 100644 index 0000000000..7487a29cfd --- /dev/null +++ b/bucket/go-ipfs.json @@ -0,0 +1,34 @@ +{ + "homepage": "https://ipfs.io/", + "version": "0.4.22", + "license": "MIT", + "description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.", + "architecture": { + "64bit": { + "url": "https://github.com/ipfs/go-ipfs/releases/download/v0.4.22/go-ipfs_v0.4.22_windows-amd64.zip", + "hash": "sha512:ef8c83398c08ef2866205b9709d2d63a1a5121f5830382fa867b69ccaf11df34e64c0d23c321f945ad17a8cf3f449b9a9808d71ece0a44a17f6a9a3b68b548be" + }, + "32bit": { + "url": "https://github.com/ipfs/go-ipfs/releases/download/v0.4.22/go-ipfs_v0.4.22_windows-386.zip", + "hash": "sha512:6f4679653c5f5b2f00071db85521f2aa29c686c8a6c2943cc99979c67836f5153ebe79a1faada68576f734f0a7a72e0d69cbc097d45f12e043c7c210c03902ac" + } + }, + "extract_dir": "go-ipfs", + "bin": "ipfs.exe", + "checkver": { + "github": "https://github.com/ipfs/go-ipfs" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-386.zip" + } + }, + "hash": { + "url": "$url.sha512" + } + } +}