2025-02-05 00:35:20 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.33.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.33.1/kubo_v0.33.1_windows-amd64.zip",
"hash": "sha512:31453de13187dd5a55cb138882ca88bec84b1b0d2c0c40eb4ada759a9b41cba5e1eda1500f9a304925e32401e1600db3dc5900f8fc5858f0863e6c68c4eb1350"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.33.1/kubo_v0.33.1_windows-386.zip",
"hash": "sha512:6b46d182f86dd37c786c41ca6095d8c14cce77de231be4c69baab3640a650ac0af59b33ab2d004e96f0f85f44ffce268360d4c0a868fd85dcda130440814a455"
}
},
"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"
}
}
}