2021-10-01 20:00:31 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.10.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.10.0/go-ipfs_v0.10.0_windows-amd64.zip",
"hash": "sha512:ba52abc271bc1d85ee102731fc39c101622bb1f2ec60bce43179260a9dbad8e6dcde5fc343b0ab40c69d755f761ef3e292502fd471009f01080fc48208d5a65b"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.10.0/go-ipfs_v0.10.0_windows-386.zip",
"hash": "sha512:279f83c7d52f9be9f329f5db3b1173080cbb7658b4d471896d44575320bb8fa988a0605e20878ca0a69cc933096eae29823f8883e0264414c37f188c7aa637ca"
}
},
"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"
}
}
}