mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
19 lines
726 B
JSON
19 lines
726 B
JSON
{
|
|
"version": "0.13.5",
|
|
"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.13.5/signal-cli-0.13.5.tar.gz",
|
|
"hash": "316433ffe7aeb19a57525a4f7a62dff18da73ac87696fd3e2257ffc3eee76be9",
|
|
"extract_dir": "signal-cli-0.13.5",
|
|
"bin": "bin\\signal-cli.bat",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/AsamK/signal-cli/releases/download/v$version/signal-cli-$version.tar.gz",
|
|
"extract_dir": "signal-cli-$version"
|
|
}
|
|
}
|