2023-03-20 16:30:51 +00:00

37 lines
1.3 KiB
JSON

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