ScoopInstaller_Main/bucket/magic-wormhole.json
2025-05-31 00:38:33 +00:00

28 lines
917 B
JSON

{
"version": "0.19.2",
"description": "Securely transfer data between computers.",
"homepage": "https://github.com/magic-wormhole/magic-wormhole",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/aquacash5/magic-wormhole-exe/releases/download/0.19.2/wormhole.exe",
"hash": "752e3bf0443bbe5345f3bea10a41922ea62ccfddea703bd15d17294dbe65afb4"
}
},
"bin": "wormhole.exe",
"checkver": {
"github": "https://github.com/aquacash5/magic-wormhole-exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aquacash5/magic-wormhole-exe/releases/download/$version/wormhole.exe",
"hash": {
"url": "$url.checksum.txt",
"regex": "SHA256 $sha256 $basename"
}
}
}
}
}