ScoopInstaller_Main/bucket/magic-wormhole.json
2024-10-24 08:30:10 +00:00

28 lines
917 B
JSON

{
"version": "0.17.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.17.0/wormhole.exe",
"hash": "c470ed12a287a5d8f11c2e1efeb06f18e80520bc5593d242614e92f4ba2c7602"
}
},
"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"
}
}
}
}
}