2021-07-22 01:00:38 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.9.1",
"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.9.1/go-ipfs_v0.9.1_windows-amd64.zip",
"hash": "sha512:ce233e1f65107391c35643fcec653a1b30ce042c6ce72254373095c212837853dfc2a2cd9221f0b99df630615fd1acbd9603943d6e3a38dd284ae7ce6e43b997"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.9.1/go-ipfs_v0.9.1_windows-386.zip",
"hash": "sha512:4d08fec77197e93f1914f793690d6e3cf2cfb3e5d27b43f9b840d0185c382d76e54d07aea15a6769b6269e03156fc9477417411a7b41a8fa4f561be955437f22"
}
},
"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"
}
}
}