2022-02-18 20:27:22 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.12.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.12.0/go-ipfs_v0.12.0_windows-amd64.zip",
"hash": "sha512:13bda63615d92b23ab47f5f5d8dc8b1a39bf044ba59ef148ddcacbdbe1fa4438a22152d2504a56558b765b5647e8cc9b3cfd7243dbd393d424ac89621792387a"
},
"32bit": {
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.12.0/go-ipfs_v0.12.0_windows-386.zip",
"hash": "sha512:f14e787e7a42f43763ba70b70e3ef1e5131e35d8c8fa49f007e357e29a728d7b864b201e20dc6b9d28516bcccb06579d83b82119099fc8399f8a7df7d31bb8d6"
}
},
"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"
}
}
}