magic-wormhole-rs: Update to version 0.7.5, Fix url (#6668)

This commit is contained in:
Ryan 2025-03-30 17:35:24 +08:00 committed by GitHub
parent 51997f9324
commit 1acf12a680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "0.6.1", "version": "0.7.5",
"description": "Securely transfer data between computers. Rust implementation of Magic Wormhole, with new features and enhancements", "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", "homepage": "https://github.com/magic-wormhole/magic-wormhole.rs",
"license": "EUPL-1.2", "license": "EUPL-1.2",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/0.6.1/wormhole-rs.exe", "url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/0.7.5/magic-wormhole-cli-x86_64-pc-windows-gnu.tgz",
"hash": "73c57f99125317ce284dcdaf687e9e31197e30e989baffb2e32a80c374576c1d" "hash": "fda3fdc3e4f26e925a38987006646ec061b5b1fe055abbe2daf52aeb825d3757"
} }
}, },
"bin": "wormhole-rs.exe", "bin": "wormhole-rs.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/$version/wormhole-rs.exe" "url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/$version/magic-wormhole-cli-x86_64-pc-windows-gnu.tgz"
} }
} }
} }