mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.32.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.32.1/kubo_v0.32.1_windows-amd64.zip",
|
|
"hash": "sha512:0a78a139fcbd1d04b4d1e5bba05271228add9d5fc74bc311c3551bccf11d76af05112cd8dbf53c18b36d817328eec397f609a525cf33d339a3c685dd5f58652d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.32.1/kubo_v0.32.1_windows-386.zip",
|
|
"hash": "sha512:cbfa048cb1da2cbc3cbeac72b9ace28870e8531088eb550810aecb98bb35273a73c3dea14ca806b9fa21cbf375414a2599cd9f44330342ae3bd66cbc64fcc2a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|