2024-04-15 13:11:58 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.28.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.28.0/kubo_v0.28.0_windows-amd64.zip",
"hash": "sha512:094ff3deb72e6f40c6631679268720420302c05dbedb2a5296ba4d1fb5463fe5197c9bf33af4727c1478f3e284362c9c2d6c57c6c0c81fcdf8441d50916285db"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.28.0/kubo_v0.28.0_windows-386.zip",
"hash": "sha512:f7eeca74309b6d21be02cd71b310880b9a8fca5f3d009e16b970b4bcb15fea0df2e3e6f49cfda44f85dd155a9827f0c33e1498f30182db320c8d469323c63d73"
}
},
"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"
}
}
}