mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
ef8d7d8ff5
commit
8ec32ae3cc
3 changed files with 5 additions and 7 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue