diff options
author | ArTourter <artourter@gmail.com> | 2022-02-17 13:47:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 23:08:17 +0700 |
commit | b105510a5687b62d945d16f61b43f0cc1ee3d100 (patch) | |
tree | 329978f17fcef4044493a33c7bbe61a2d30595bf /network | |
parent | f2d74109cd8570adc9552000cf179440a3ca8dd1 (diff) |
network/signal-desktop: Updated for version 5.32.0 + new maintainer
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/signal-desktop/signal-desktop.SlackBuild | 7 | ||||
-rw-r--r-- | network/signal-desktop/signal-desktop.info | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/network/signal-desktop/signal-desktop.SlackBuild b/network/signal-desktop/signal-desktop.SlackBuild index 0bb97527144b..a962e4885580 100644 --- a/network/signal-desktop/signal-desktop.SlackBuild +++ b/network/signal-desktop/signal-desktop.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for signal-desktop # Copyright 2018 David O'Shaughnessy +# Copyright 2022 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=signal-desktop -VERSION=${VERSION:-5.30.0} +VERSION=${VERSION:-5.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,9 +67,9 @@ cd $PKG ar p $CWD/${PRGNAM}_${VERSION}_$DEBARCH.deb data.tar.xz | tar xJv chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # create soft link for launcher diff --git a/network/signal-desktop/signal-desktop.info b/network/signal-desktop/signal-desktop.info index 562a9a8bbc0e..9a01d58b66b9 100644 --- a/network/signal-desktop/signal-desktop.info +++ b/network/signal-desktop/signal-desktop.info @@ -1,10 +1,10 @@ PRGNAM="signal-desktop" -VERSION="5.30.0" +VERSION="5.32.0" HOMEPAGE="https://signal.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_5.30.0_amd64.deb" -MD5SUM_x86_64="905e99d76986d2a604c8aad768253570" +DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_5.32.0_amd64.deb" +MD5SUM_x86_64="33831e0433b0bbaebc2559eea9b88f06" REQUIRES="" -MAINTAINER="David O'Shaughnessy" -EMAIL="dev@osh.id.au" +MAINTAINER="ArTourter" +EMAIL="artourter@gmail.com" |