2020-06-20 09:07:13 +02:00

35 lines
1.4 KiB
JSON

{
"homepage": "https://ipfs.io/",
"version": "0.6.0",
"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.6.0/go-ipfs_v0.6.0_windows-amd64.zip",
"hash": "sha512:2fb04eaa90b57fa9239a9e05234f288d017ba6d9001fa5330929faec3d6e0ad8b7d7eab35c3d0ee42fdd52e0d60a9b591dee3e59251b6d0e00c3d1ead15bf12d"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.6.0/go-ipfs_v0.6.0_windows-386.zip",
"hash": "sha512:7b540e516abacb12b2a1d020d0ede8558d35d4909c6bb16f2ada464df4ea9ea2312ee8dcc0b0405d3ff0c733ecc13216f95465fd8b3221da96af26657d621bc7"
}
},
"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"
}
}
}