network/signal-desktop: Updated for version 7.9.0.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
ArTourter 2024-05-18 00:27:39 +01:00 committed by Willy Sudiarto Raharjo
parent ef8d7d8ff5
commit 8ec32ae3cc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 7 deletions

View file

@ -141,9 +141,7 @@ jobs:
if [[ ${{ steps.get_deps.outputs.response }} == "" ]] ; then
printf 'None\n'
else
printf '```\n'
printf '%s' ${{ steps.get_deps.outputs.response }} | sed 's/\\n/\n/g' | sort
printf '```\n'
printf '%s' ${{ steps.get_deps.outputs.response }} | sed 's/\\n/\n/g' | sort | sed 's/^/- [ ] /'
fi
} > comment-output
shell:

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=signal-desktop
VERSION=${VERSION:-7.8.0}
VERSION=${VERSION:-7.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="signal-desktop"
VERSION="7.8.0"
VERSION="7.9.0"
HOMEPAGE="https://signal.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_7.8.0_amd64.deb"
MD5SUM_x86_64="c657d1d71d8568721a2a60899825a4f0"
DOWNLOAD_x86_64="https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_7.9.0_amd64.deb"
MD5SUM_x86_64="713f9df84fb69d4d3b12daa20a4336ab"
REQUIRES=""
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"