ScoopInstaller_Main/bucket/magic-wormhole-rs.json
2022-12-22 04:27:34 +00:00

22 lines
798 B
JSON

{
"version": "0.6.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.6.0/wormhole-rs.exe",
"hash": "e9d633ad1fef82600da1c8daae132c4b2597afb4418db2f89306a768762a5bd8"
}
},
"bin": "wormhole-rs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/$version/wormhole-rs.exe"
}
}
}
}