2021-12-10 00:32:52 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.11.0",
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
"homepage": "https://ipfs.io/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.11.0/go-ipfs_v0.11.0_windows-amd64.zip",
"hash": "sha512:668b438074101ef44594eed9ad896a5b1787752cbc2447786a77638c1e34485a9184d1a332bc08dc27228039f2abbc335d01c82da20352bd02fbc249179f26b2"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.11.0/go-ipfs_v0.11.0_windows-386.zip",
"hash": "sha512:6c50b2198dca734610d735c6b2553c7ca28e7f5f732be50f02d2a9463cedd6e1c2289bd3e7134e5e0399e015066e0e45584424be0e5e02f2d709f6d138ecd6d3"
}
},
"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"
}
}
}