mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
19 lines
742 B
JSON
19 lines
742 B
JSON
{
|
|
"version": "0.10.6",
|
|
"description": "A cross-platform encrypted messaging service (command line/dbus version).",
|
|
"homepage": "https://github.com/AsamK/signal-cli",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/AsamK/signal-cli/releases/download/v0.10.6/signal-cli-0.10.6-Windows.tar.gz",
|
|
"hash": "aab3fa14183bc44ca04e05c4ed4a0b6c3ae5791df8d569fa8eac6c0fdd9cee1e",
|
|
"extract_dir": "signal-cli-0.10.6",
|
|
"bin": "bin\\signal-cli.bat",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/AsamK/signal-cli/releases/download/v$version/signal-cli-$version-Windows.tar.gz",
|
|
"extract_dir": "signal-cli-$version"
|
|
}
|
|
}
|