Browse Source

network/telegram: Updated for version 4.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Willy Sudiarto Raharjo 3 years ago
parent
commit
3aa6a89d93
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 5
      network/telegram/telegram.SlackBuild
  2. 6
      network/telegram/telegram.info

5
network/telegram/telegram.SlackBuild

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=telegram
SRCNAM=tsetup
SRCDIR=Telegram
VERSION=${VERSION:-4.5.0}
VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,6 @@ case "$( uname -m )" in
*) ARCH=$( uname -m ) ;;
esac
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

6
network/telegram/telegram.info

@ -1,10 +1,10 @@
PRGNAM="telegram"
VERSION="4.5.0"
VERSION="4.5.2"
HOMEPAGE="https://telegram.org"
DOWNLOAD="https://updates.tdesktop.com/tlinux32/tsetup32.2.4.4.tar.xz"
MD5SUM="857865fb0baa7aabadf3a6136f8276ba"
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.4.5.0.tar.xz"
MD5SUM_x86_64="77daf6bfe5d23ce616d63b615a12af19"
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.4.5.2.tar.xz"
MD5SUM_x86_64="ec93104aac29869a2d67b2055677fdd1"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"
Loading…
Cancel
Save