2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

50_Signalbot: Installer update for signal-cli 0.13.2

git-svn-id: https://svn.fhem.de/fhem/trunk@28703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Adimarantis 2024-03-24 09:51:25 +00:00
parent 3214c40419
commit 5a961dfcb4

View File

@ -1,15 +1,15 @@
#!/bin/bash
#$Id:$
SCRIPTVERSION="3.25"
SCRIPTVERSION="3.26"
# Author: Adimarantis
# License: GPL
#Install script for signal-cli
SIGNALPATH=/opt
SIGNALUSER=signal-cli
LIBPATH=/usr/lib
SIGNALVERSION="0.13.1"
SIGNALVERSION="0.13.2"
#Check for latest valid version at https://github.com/AsamK/signal-cli/releases
LIBRARYVERSION="0.39.2"
LIBRARYVERSION="0.40.1"
#Check for latest valid version at https://github.com/exquo/signal-libs-build/releases
#Make sure this matches the required version for signal-cli (see lib/libsignal-client-0.xx.x.jar version in signal-cli)
LIBSIG=libsignal_jni.tgz