2025-10-30 04:29:37 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.38.2",
"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.38.2/kubo_v0.38.2_windows-amd64.zip",
"hash": "sha512:8ada6ced4c11eb7b2f7ef3c38f2ce596efbcf411c5a0ba6c1e50f6c59f81fcc0881a0325e3add6c4462a71a477b2f02a931ab24bc7d43a98b42e402e603a4f2f"
},
"arm64": {
"url": "https://dist.ipfs.tech/kubo/v0.38.2/kubo_v0.38.2_windows-arm64.zip",
"hash": "sha512:2efdebe78fcbd87fe8bf1eabfd0e14f7b8f0f2ccd5ddc84a9b901e98a84d529fab10a78509571dba474ed2efe1413acc901dea29ae996f1964bf2263630baea2"
}
},
"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"
},
"arm64": {
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-arm64.zip"
}
},
"hash": {
"url": "$url.sha512"
}
}
}