2023-05-09 12:44:50 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.20.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.20.0/kubo_v0.20.0_windows-amd64.zip",
"hash": "sha512:bf0ae7d553ba7f95f6b6ca6dbdc08e6efb628793d7a880c3d1fe29da46432594eb387687dea82b4263322b11e631cc51463a3822eab878c0046a572fa6ea0265"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.20.0/kubo_v0.20.0_windows-386.zip",
"hash": "sha512:f46cf6af434b53d82562a9e4df6fe76d7724113f1128b3a70d3fff232d869bcb62ad8077a5cc7e8f58fc55add636f48cb44ab389177be645cf8a6064e52fc3d2"
}
},
"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"
}
}
}