2023-04-05 20:28:39 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.19.1",
"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.19.1/kubo_v0.19.1_windows-amd64.zip",
"hash": "sha512:342269d2d2b4eec7dcd00689d81345bf943a134748160f38c23937589c28183b71b27014276b80e3033747b47e4fd627955eb9478f914d87b274d87040ad2e9c"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.19.1/kubo_v0.19.1_windows-386.zip",
"hash": "sha512:e360b77467a413b9ba7e779df50f13da0d96584fcef7a44890f24d6fd4fb1b12bc4e694e79611d78a8fc353d64ee050a9efd6b8723591f032e89b109891cf7ea"
}
},
"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"
}
}
}