mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
28 lines
917 B
JSON
28 lines
917 B
JSON
{
|
|
"version": "0.21.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.21.0/wormhole.exe",
|
|
"hash": "a859545bf35fd6b1244fa984e304444fd58d7f0b58ae84ef29c2070e73915e3b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|