network/telegram: Updated for version 5.0.4.

ci: Show reverse deps as a tasklist.

This syncs the output for gitlab MRs to also be a tasklist like we
do for github PRs.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-06-01 11:46:41 +07:00
parent b0e6834ec3
commit 5bcea24813
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 7 deletions

View file

@ -74,9 +74,7 @@ pr-checks:
if [[ "$response" == "" ]] ; then
printf 'None\n'
else
printf '```\n'
printf '%s' "$response"
printf '```\n'
printf '%s\n' "$response" | sort | sed 's/^/- [ ] /'
fi
} > comment-output

View file

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=telegram
SRCNAM=tsetup
SRCDIR=Telegram
VERSION=${VERSION:-5.0.2}
VERSION=${VERSION:-5.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="telegram"
VERSION="5.0.2"
VERSION="5.0.4"
HOMEPAGE="https://telegram.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.5.0.2.tar.xz"
MD5SUM_x86_64="cc13e3b5b2203a4288bf474e839eb301"
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.5.0.4.tar.xz"
MD5SUM_x86_64="edfde8253b62d18d07f3cc21512a0efb"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"