network/signal-desktop: Updated for version 6.43.1.
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>
This commit is contained in:
parent
92a1be3d42
commit
54c6ddf6b2
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for signal-desktop
|
||||
|
||||
# Copyright 2018 David O'Shaughnessy
|
||||
# Copyright 2022-2023 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2022-2024 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=signal-desktop
|
||||
VERSION=${VERSION:-6.41.0}
|
||||
VERSION=${VERSION:-6.43.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="signal-desktop"
|
||||
VERSION="6.41.0"
|
||||
VERSION="6.43.1"
|
||||
HOMEPAGE="https://signal.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_6.41.0_amd64.deb"
|
||||
MD5SUM_x86_64="8dfed1b85e4a85ce52b6481b32c48de1"
|
||||
DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_6.43.1_amd64.deb"
|
||||
MD5SUM_x86_64="b8fdbb7707ae31428da5f382747aaff6"
|
||||
REQUIRES=""
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue