2024-10-16 20:28:24 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.31.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.31.0/kubo_v0.31.0_windows-amd64.zip",
"hash": "sha512:e238ceb30d5ead548d4f692a68c00710b52d047e043e3c2ec696fb4696938ba09a1a10c4d04b3dd2d88c2788f78fec2a79b3e32a9f2f90b7302c413a7f5947f1"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.31.0/kubo_v0.31.0_windows-386.zip",
"hash": "sha512:36a2de921d9b22282d585aadd1fc025f4ac889ce6bf0e49f587b7c9861aae6464f52baf32d86d0da2fb1720f332bfe295a8e8987f91eef381585091302195e24"
}
},
"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"
}
}
}