ScoopInstaller_Main/bucket/magic-wormhole.json
2026-01-28 12:32:27 +00:00

28 lines
917 B
JSON

{
"version": "0.22.0",
"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.22.0/wormhole.exe",
"hash": "c6e523f1c462e3b7c0ec7e552e1d2f64e4d717143fb9dbca6bd8cbb7e65ef3b7"
}
},
"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"
}
}
}
}
}