2022-06-09 20:28:38 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.13.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.13.0/go-ipfs_v0.13.0_windows-amd64.zip",
"hash": "sha512:12eb0f5c8a12a89b8158368dce2a487cc331f1fdae34baadb598fe5e4280bd8ecb34cf339c5d49fce41458395521cce268ded48c4ac5035944ff8a9bf9f181fd"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.13.0/go-ipfs_v0.13.0_windows-386.zip",
"hash": "sha512:94f49eee0b33a935c394fb934f26c464cb6319ed7c612cfd5d7e8b7862318317813ece2fc788b8d0e84221c367cfbf44206aa4f57afd858b8b59708f11a8dd6b"
}
},
"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"
}
}
}