2024-01-22 16:27:13 +00:00

37 lines
1.3 KiB
JSON

{
"version": "0.26.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.26.0/kubo_v0.26.0_windows-amd64.zip",
"hash": "sha512:6c65379ce5c47df2243e1928405ab2f8641e62df819b1058aef9ba50dfac2fefa59830e49d10a1a48a03ac0a5c6c9009eee790a74cd4a7a0aa688631320364d2"
},
"32bit": {
"url": "https://dist.ipfs.tech/kubo/v0.26.0/kubo_v0.26.0_windows-386.zip",
"hash": "sha512:451a18960354f147284703e7d66d505733d66494b9329bfaa1f1b27f0f464bc85ca88d79cd1a85bc145c58493bc153f0b9d36164255a9ba519ab22bd6706b515"
}
},
"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"
}
}
}