2023-08-08 20:24:35 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.22.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.22.0/kubo_v0.22.0_windows-amd64.zip",
"hash": "sha512:6870eb6d1e921dc19d23d11ab04108bb3593f30a9d0c21d6dff0c45da62f3648feb9b71ed05a6fc94eb874f38526b0a8b4d5c95cdca77ae4675389fc4d9866c5"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.22.0/kubo_v0.22.0_windows-386.zip",
"hash": "sha512:ca9a075c250d99c6ea2b7197d12eea5505c7332dfc50b24c193e0fcbd465f9a7e29e098cb6686327f4a73ae8ee4a9c377b73c61f751716c2709afbf682c160dc"
}
},
"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"
}
}
}