Browse Source
network/telegram: Updated for version 5.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
Willy Sudiarto Raharjo
11 months ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/telegram/telegram.SlackBuild
-
network/telegram/telegram.info
|
|
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
PRGNAM=telegram |
|
|
|
SRCNAM=tsetup |
|
|
|
SRCDIR=Telegram |
|
|
|
VERSION=${VERSION:-5.8.0} |
|
|
|
VERSION=${VERSION:-5.8.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="telegram" |
|
|
|
VERSION="5.8.0" |
|
|
|
VERSION="5.8.2" |
|
|
|
HOMEPAGE="https://telegram.org" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.5.8.0.tar.xz" |
|
|
|
MD5SUM_x86_64="16801fc4a54dcc0ee974e0b67e44e5fc" |
|
|
|
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.5.8.2.tar.xz" |
|
|
|
MD5SUM_x86_64="3e046f769e7cc8a0fd08940e1b7d5802" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Willy Sudiarto Raharjo" |
|
|
|
EMAIL="willysr@slackbuilds.org" |