mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.17.0",
|
|
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
|
|
"homepage": "https://ipfs.tech/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.17.0/kubo_v0.17.0_windows-amd64.zip",
|
|
"hash": "sha512:c851f3a8f64eff86ed4a8672b8867dcf7d7b4358d5fd0c25d03a146abb4e642631fc64c5a83c93c95e14fb5117c90dc46d72a8a60f471bb6070902e1c8f4f7a0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.17.0/kubo_v0.17.0_windows-386.zip",
|
|
"hash": "sha512:550df215f7498e341e37100b89d5be201eeed2684865120ad67761d5948a913160436d1362aab4fc93f9104587f36e3f3946777da3dd2d74af9d8ce1a52bef2a"
|
|
}
|
|
},
|
|
"extract_dir": "kubo",
|
|
"bin": "ipfs.exe",
|
|
"checkver": {
|
|
"url": "https://dist.ipfs.tech/kubo/versions",
|
|
"reverse": true,
|
|
"regex": "(?m)^v([\\d.]*)$"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|