mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.24.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.24.0/kubo_v0.24.0_windows-amd64.zip",
|
|
"hash": "sha512:15d9ef21fb4e252a7377cf6ca45d53cada7fefcad7420c5b118a34124d11bddfdab4c189e7e154c0b89e1fd27f378b164bfdf117a707aeab996d8a935428f186"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.24.0/kubo_v0.24.0_windows-386.zip",
|
|
"hash": "sha512:903151183dca9a861a5bfcd8e4fa5f04261230bbd6bec43dc4145410376134fb51f706109edf4bcdc01e291d500b4cb901396b521585fcf23a3723130c992b86"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|