mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "0.9.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.9.0/go-ipfs_v0.9.0_windows-amd64.zip",
|
|
"hash": "sha512:482f636f398eb87cc42ab1b1e51e6deb268f15686c5911d334974407929e2d8e00739ccdb89d105bc6bb2018b629a2710e97c384b2b8309f8784a31b94397df8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ipfs/go-ipfs/releases/download/v0.9.0/go-ipfs_v0.9.0_windows-386.zip",
|
|
"hash": "sha512:668104441b962dce4f3cba084b2d1a53643a7393b7ea3ed4c537e1f11ffbfb39d3460f25082aa847547a454994939666db00e6da1d515819f0682193f1dd043c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|