aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--network/telegram/telegram.SlackBuild2
-rw-r--r--network/telegram/telegram.info6
3 files changed, 5 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 124f1f9601016..2f7e3f68e8459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/network/telegram/telegram.SlackBuild b/network/telegram/telegram.SlackBuild
index 7d1bb7363cff3..19884eb86c778 100644
--- a/network/telegram/telegram.SlackBuild
+++ b/network/telegram/telegram.SlackBuild
@@ -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}
diff --git a/network/telegram/telegram.info b/network/telegram/telegram.info
index 670886b92cf4e..3d58957217254 100644
--- a/network/telegram/telegram.info
+++ b/network/telegram/telegram.info
@@ -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"