mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
22 lines
798 B
JSON
22 lines
798 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|