mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.36.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.36.0/kubo_v0.36.0_windows-amd64.zip",
|
|
"hash": "sha512:8d986cd5604aa2e956eb21b4601603ce1dfe5a7c22a5838cea002faac1158d9db30a84a5f466bde79bb696005a5cb85ef1fc88f40e492609ad8496b392a04c15"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.36.0/kubo_v0.36.0_windows-arm64.zip",
|
|
"hash": "sha512:218645ef7be5dd4b0484acdc1398f71ba62e0a1c9f4a28184630bf196236f26fe87ce2246912946611d11d20423135d2474204b776d754c8f3997a001cff2322"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dist.ipfs.tech/kubo/v$version/kubo_v$version_windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|