mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/telegram: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
778456cf46
commit
921a3d03c1
2 changed files with 8 additions and 8 deletions
|
@ -27,12 +27,12 @@
|
|||
PRGNAM=telegram
|
||||
SRCNAM=tsetup
|
||||
SRCDIR=Telegram
|
||||
VERSION=${VERSION:-0.9.56}
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -47,7 +47,7 @@ case "$ARCH" in
|
|||
SRC="${SRCNAM}"
|
||||
LIBDIRSUFFIX="64"
|
||||
;;
|
||||
i486)
|
||||
i586)
|
||||
SRC="${SRCNAM}32"
|
||||
LIBDIRSUFFIX=""
|
||||
;;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="telegram"
|
||||
VERSION="0.9.56"
|
||||
VERSION="0.10.1"
|
||||
HOMEPAGE="http://telegram.org"
|
||||
DOWNLOAD="https://updates.tdesktop.com/tlinux32/tsetup32.0.9.56.tar.xz"
|
||||
MD5SUM="0c4bc26f2bd880110f1e326fd69a1f62"
|
||||
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.0.9.56.tar.xz"
|
||||
MD5SUM_x86_64="03aad931b47614e7b320323da6d6105c"
|
||||
DOWNLOAD="https://updates.tdesktop.com/tlinux32/tsetup32.0.10.1.tar.xz"
|
||||
MD5SUM="accecb77903ecf9276d4ad39ef1d7153"
|
||||
DOWNLOAD_x86_64="https://updates.tdesktop.com/tlinux/tsetup.0.10.1.tar.xz"
|
||||
MD5SUM_x86_64="eb2b46acadece7777c620c496b488559"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue