network/purple-googlechat: Updated for version b6b824a4764b.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f1b91ccf53
commit
d823366bb7
|
@ -4,6 +4,3 @@ A replacement prpl for Google Chat in Pidgin/libpurple to support the
|
|||
proprietary protocol that Google uses for its "Google Chat" service.
|
||||
This plugin is written by Eion Robb based on the old Hangouts plugin
|
||||
written by Eion Robb and Mike 'Maiku' Ruprecht.
|
||||
|
||||
|
||||
Homepage: https://bitbucket.org/EionRobb/purple-googlechat
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=purple-googlechat
|
||||
VERSION=${VERSION:-dfdd9c9a428b}
|
||||
VERSION=${VERSION:-b6b824a4764b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="purple-googlechat"
|
||||
VERSION="dfdd9c9a428b"
|
||||
VERSION="b6b824a4764b"
|
||||
HOMEPAGE="https://github.com/EionRobb/purple-googlechat"
|
||||
DOWNLOAD="https://ihacksh.it/slackbuilds/src/purple-googlechat-dfdd9c9a428b.tar.gz"
|
||||
MD5SUM="e945cc03a032e5b27f87e8d74b5b05ac"
|
||||
DOWNLOAD="https://ihacksh.it/slackbuilds/src/purple-googlechat-b6b824a4764b.tar.gz"
|
||||
MD5SUM="3d0fb3551095a45acdc54853ff20f1a5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="protobuf-c"
|
||||
|
|
Loading…
Reference in New Issue