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:
Jeremy Hansen 2023-05-12 16:36:08 -07:00 committed by Willy Sudiarto Raharjo
parent 54e94d3fbe
commit 7d08eea74e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 4 deletions

View file

@ -5,3 +5,9 @@ works on both your desktop and phone. Stop paying for TeamSpeak
servers and hassling with Skype. Simplify your life.
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

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=discord
VERSION=${VERSION:-0.0.26}
VERSION=${VERSION:-0.0.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="discord"
VERSION="0.0.26"
VERSION="0.0.27"
HOMEPAGE="https://discordapp.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.26/discord-0.0.26.deb"
MD5SUM_x86_64="48b2910a9721e7c4e035f9cd21d33c57"
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.27/discord-0.0.27.deb"
MD5SUM_x86_64="932db913d9d71fa54f14c337ad266c96"
REQUIRES=""
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"