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.7",
|
|
"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.7/signal-cli-0.11.7-Windows.tar.gz",
|
|
"hash": "45001ca18fd2d0481ddfa4f4cf0281b62ccb1f9a2f61c6da633f09396208aefa",
|
|
"extract_dir": "signal-cli-0.11.7",
|
|
"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"
|
|
}
|
|
}
|