mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 02:21:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.13.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.13.1/go-ipfs_v0.13.1_windows-amd64.zip",
|
|
"hash": "sha512:92e4bc6b922e3d185de7b2588c8e8913f523413b88897c46f3beece0f1f56ab895ad0c176f9d3df99a426e4d96286dd26a312c0d2f41e2d5daffb26f785ca9c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.13.1/go-ipfs_v0.13.1_windows-386.zip",
|
|
"hash": "sha512:db129e0f70cd511b0604cda26fc0842b14df3172b0f00a5b60478d942c0bde08bfbb1bccb8819e648386fe9641129b98553bee059ccb02c222ff16997daf209a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|