mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/discord: Updated for version 0.0.27.
Added skip updates note to README. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
54e94d3fbe
commit
7d08eea74e
3 changed files with 10 additions and 4 deletions
|
@ -5,3 +5,9 @@ works on both your desktop and phone. Stop paying for TeamSpeak
|
||||||
servers and hassling with Skype. Simplify your life.
|
servers and hassling with Skype. Simplify your life.
|
||||||
|
|
||||||
Discord is only available as a 64bit program. 32bit is unsupported.
|
Discord is only available as a 64bit program. 32bit is unsupported.
|
||||||
|
|
||||||
|
If you'd like Discord to continue working after an upstream update
|
||||||
|
is released, but is not yet available on SBo, add the following to
|
||||||
|
your user's ~/.config/discord/settings.json file:
|
||||||
|
|
||||||
|
"SKIP_HOST_UPDATE": true
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=discord
|
PRGNAM=discord
|
||||||
VERSION=${VERSION:-0.0.26}
|
VERSION=${VERSION:-0.0.27}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="discord"
|
PRGNAM="discord"
|
||||||
VERSION="0.0.26"
|
VERSION="0.0.27"
|
||||||
HOMEPAGE="https://discordapp.com"
|
HOMEPAGE="https://discordapp.com"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.26/discord-0.0.26.deb"
|
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.27/discord-0.0.27.deb"
|
||||||
MD5SUM_x86_64="48b2910a9721e7c4e035f9cd21d33c57"
|
MD5SUM_x86_64="932db913d9d71fa54f14c337ad266c96"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Jeremy Hansen"
|
MAINTAINER="Jeremy Hansen"
|
||||||
EMAIL="jebrhansen+SBo@gmail.com"
|
EMAIL="jebrhansen+SBo@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue