mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.12.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.12.1/go-ipfs_v0.12.1_windows-amd64.zip",
|
|
"hash": "sha512:fce5b11490a5cc7b63e5b7b561a5f183721f5c48b77ff432f27b16764e15cadde31a2c4ed1d177b891f235a23d7585c85e226d97d3b46a91e1d43eaa90a8863a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.12.1/go-ipfs_v0.12.1_windows-386.zip",
|
|
"hash": "sha512:05c9543ae124a401767aed2579b1300aabf7208b88ce13e825789e3750be5f49a102820d800686e7e0cabe3d2a167f9e8011b6b2c093e21f939e0f7c18c398d7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|