magic-wormhole-rs: Add version 0.4.0 (#3465)

* magic-wormhole-rs: Add version 0.4.0

* chore(magic-wormhole-rs): update description
This commit is contained in:
sitiom 2022-03-31 14:05:22 +08:00 committed by GitHub
parent 60e1243952
commit ebe16a19bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
{
"version": "0.4.0",
"description": "Securely transfer data between computers. Rust implementation of Magic Wormhole, with new features and enhancements",
"homepage": "https://github.com/magic-wormhole/magic-wormhole.rs",
"license": "EUPL-1.2",
"architecture": {
"64bit": {
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/0.4.0/wormhole-rs.exe",
"hash": "0302d66506c970923b66fc0fbf4df5b5d4d6692145bd0c15dd37c8d5f3312f93"
}
},
"bin": "wormhole-rs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/$version/wormhole-rs.exe"
}
}
}
}