2025-05-21 20:29:27 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.35.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.35.0/kubo_v0.35.0_windows-amd64.zip",
"hash": "sha512:f86203c9181fd949062ac8ec0d72f7797b352f69048223ab9a10cc801a79baaea81bc495e39542dfa73b8041dcbebbaa4e3e52ce4f516e62e676868b31449575"
},
"arm64": {
"url": "https://dist.ipfs.tech/kubo/v0.35.0/kubo_v0.35.0_windows-arm64.zip",
"hash": "sha512:7bb55b3199f550f8f489809a3907a292075e841e6f7e4226fa1daa44bf31747349394bda59291fba64b4ad4700cbcb6b370092d446aff6ba4ebf9d9a129c51ca"
}
},
"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"
}
}
}