mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
776 B
JSON
22 lines
776 B
JSON
{
|
|
"version": "0.9.2",
|
|
"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/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://github.com/AsamK/signal-cli/releases/download/v0.9.2/signal-cli-0.9.2.tar.gz",
|
|
"hash": "0ae9ab22538f9af437c7b51ae48d86ed99534806e12e001030f520e08e5609e4",
|
|
"extract_dir": "signal-cli-0.9.2",
|
|
"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"
|
|
}
|
|
}
|