2025-01-30 00:34:21 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.33.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.33.0/kubo_v0.33.0_windows-amd64.zip",
"hash": "sha512:23ba5e526316385c3b256572bbf36d50e6e36562234a6b9c4a6cf3a88129886689b25bf6cb7e0c74dfb92f7490904481d88db60abb969222dcc8261066bce0f9"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.33.0/kubo_v0.33.0_windows-386.zip",
"hash": "sha512:3150d986b544492a1246d0d9788568aa90590a379f7e9cb2a894d25dd8567aab869b97508c733cb1c13306cbd2822c827adf2101fabea7e67273a833ae40ee89"
}
},
"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"
}
}
}