mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
798 B
JSON
22 lines
798 B
JSON
{
|
|
"version": "0.5.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.5.0/wormhole-rs.exe",
|
|
"hash": "2705da8d2b0e103d9835b0483e7f45779af142a2763309c4a7783c0fc65d435c"
|
|
}
|
|
},
|
|
"bin": "wormhole-rs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/magic-wormhole/magic-wormhole.rs/releases/download/$version/wormhole-rs.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|