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.39.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.39.0/kubo_v0.39.0_windows-amd64.zip",
|
|
"hash": "sha512:f1d4ad238c54ff59b1fa1f36ee03fc7577288a44a073ac3bf2ba0d3adce8df1ada8403f9fbf3bae28d6526d0d79d050aef4f9905465933f60f1a762f44f82c10"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.39.0/kubo_v0.39.0_windows-arm64.zip",
|
|
"hash": "sha512:17becfa2082c2790570ad9b7699f235e03f7bc6adcf08cb37dc3e4364babb32792cf8d0883bf04839477e20797f9c370040838c4b6a014960800c33ae61d4820"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|