mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-22 16:52:29 +00:00
* Kubo updated to 0.15 and moved to ipfs.tech domain * Update bucket/kubo.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.15.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.15.0/kubo_v0.15.0_windows-amd64.zip",
|
|
"hash": "sha512:370adf6da55cabec676856528ac1f2b8db1c5d8fb4da4d94c7d4269133bb2ead2cc5b5e2dc2e5dca110b003dad7d9315bc8f3cac039ef9b678ac778a724180c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.15.0/kubo_v0.15.0_windows-386.zip",
|
|
"hash": "sha512:88f7cd2087d6136fcdafa2712b24ea1951a4f2d6c26b997db16d3895bf7a6c9c12311cdeaf7c5b5f07ad7adfd27bd677c3834eaa0f1511888bef24d87ac282f4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|