mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
19 lines
726 B
JSON
19 lines
726 B
JSON
{
|
|
"version": "0.10.0",
|
|
"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.0/signal-cli-0.10.0.tar.gz",
|
|
"hash": "d89a1f0c2abd1ec17ed833b9c3339bcc000b6c9989f472609aeb922500eed6f6",
|
|
"extract_dir": "signal-cli-0.10.0",
|
|
"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"
|
|
}
|
|
}
|