2024-03-04 12:30:49 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.27.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.27.0/kubo_v0.27.0_windows-amd64.zip",
"hash": "sha512:598aeb1027d1c9df39bed588f123d9bd83c7e48c7441fdf6ad86ffddda2616d1e43a4bf73aca3f8c36503bd5622a8b28350a26a94ce5ec640dfae544ae9f695b"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.27.0/kubo_v0.27.0_windows-386.zip",
"hash": "sha512:da098e28a8b6b6b7980f2a38cd83d4b4e09bf6e38d95dba267025fdd2869b51359cb342bff1bb4109f3db7990a870ccab16a8155b9a3a24317a11f22fb4c21a9"
}
},
"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"
}
}
}