mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-26 21:45:12 +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:d4dee2ffdc2c154e3e89915c113a5b2d1a2d0b263d503b8a89635eb60334845e4a2544731936c2404b78160ab3d683db68dd827b0bf40079ec955995b628b3c4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.36.0/kubo_v0.36.0_windows-arm64.zip",
|
|
"hash": "sha512:f98ecb8842c30335808a5ffa0ec4444cc7e392527881852c3fe68474591c5b6318f5801f8aec066033b16100be762a6fca6ddfead4957023087d89d8c7f476fb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|