mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
19 lines
742 B
JSON
19 lines
742 B
JSON
{
|
|
"version": "0.11.4",
|
|
"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.11.4/signal-cli-0.11.4-Windows.tar.gz",
|
|
"hash": "b22941d6a61388286f52624e79d06a0d600885a0a09895f79b4272f02cd7efa9",
|
|
"extract_dir": "signal-cli-0.11.4",
|
|
"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"
|
|
}
|
|
}
|