diff options
author | ArTourter <artourter@gmail.com> | 2023-02-17 23:24:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:39 +0700 |
commit | a02b9d7340356b4586dcd3380b71cdf372e560ba (patch) | |
tree | 3c786aace9ca292eb5b9557eb02520ed3e8c2d0b /network/signal-desktop | |
parent | 134051c11abd52a9fcf125bc16d02f07089dc316 (diff) |
network/signal-desktop: Updated for version 6.6.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/signal-desktop')
-rw-r--r-- | network/signal-desktop/signal-desktop.SlackBuild | 18 | ||||
-rw-r--r-- | network/signal-desktop/signal-desktop.info | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/network/signal-desktop/signal-desktop.SlackBuild b/network/signal-desktop/signal-desktop.SlackBuild index da6984ae8eb36..dbcf8411ec86e 100644 --- a/network/signal-desktop/signal-desktop.SlackBuild +++ b/network/signal-desktop/signal-desktop.SlackBuild @@ -26,19 +26,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=signal-desktop -VERSION=${VERSION:-6.5.1} +VERSION=${VERSION:-6.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -51,6 +43,14 @@ if [ -z "$ARCH" ]; then esac fi +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi + # Upstream only has binary support for x86_64 at present. if [ "$ARCH" = "x86_64" ]; then DEBARCH="amd64" diff --git a/network/signal-desktop/signal-desktop.info b/network/signal-desktop/signal-desktop.info index bb3656d4fc9d0..9aee034bc63a8 100644 --- a/network/signal-desktop/signal-desktop.info +++ b/network/signal-desktop/signal-desktop.info @@ -1,10 +1,10 @@ PRGNAM="signal-desktop" -VERSION="6.5.1" +VERSION="6.6.0" HOMEPAGE="https://signal.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_6.5.1_amd64.deb" -MD5SUM_x86_64="a82654e9b8094a9923aa605a284db1a9" +DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_6.6.0_amd64.deb" +MD5SUM_x86_64="e594c7f3d1ed6977a1ab1e9b0bb12622" REQUIRES="" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" |