mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.30.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.30.0/kubo_v0.30.0_windows-amd64.zip",
|
|
"hash": "sha512:530ed11b400f53a0f08df524f61dfe3ccb5a5acf24b2a792257ebad83146677fbadebab93eba18380aa46922c0a3ccebaa05dad771aebfc69b57918a233522ba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dist.ipfs.tech/kubo/v0.30.0/kubo_v0.30.0_windows-386.zip",
|
|
"hash": "sha512:481d9eb7db7f7c3618d077ad029010c33a8299ac5d6b8b7094e5e81c43934c174a61985c5e83216fc0e3f37614e2b1c1232033927bcd3a52f57c85dcc3fec126"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|