magic-wormhole: Add version 0.12.0 (#3467)

This commit is contained in:
sitiom 2022-08-25 14:15:23 +08:00 committed by GitHub
parent ff26b3ff2b
commit 7d2e42a06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,27 @@
{
"version": "0.12.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.12.0/wormhole.exe",
"hash": "518069795874fe92ea82ff404e2dfd3be076e0b691cc4a300521eccc065bcdad"
}
},
"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"
}
}
}
}
}