mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/telegram: Updated for version 4.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5aaf349452
commit
e795aab151
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=telegram
|
||||
SRCNAM=tsetup
|
||||
SRCDIR=Telegram
|
||||
VERSION=${VERSION:-4.3.4}
|
||||
VERSION=${VERSION:-4.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="telegram"
|
||||
VERSION="4.3.4"
|
||||
VERSION="4.4.1"
|
||||
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.3.4.tar.xz"
|
||||
MD5SUM_x86_64="6b8d7d060591c8fda6eac2feb970de6e"
|
||||
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.4.4.1.tar.xz"
|
||||
MD5SUM_x86_64="848d98808eafb53a4eb156d0f639972e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue