diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-05-12 16:36:08 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:22 +0700 |
commit | 7d08eea74ec70581732a7f529ac1309f0230bed7 (patch) | |
tree | 270ef46b4cf2bd942b8cad379bb102d178a8a464 /network/discord | |
parent | 54e94d3fbe4c036050e899ae0a3f21686efc0ca6 (diff) |
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>
Diffstat (limited to 'network/discord')
-rw-r--r-- | network/discord/README | 6 | ||||
-rw-r--r-- | network/discord/discord.SlackBuild | 2 | ||||
-rw-r--r-- | network/discord/discord.info | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/network/discord/README b/network/discord/README index 9885858f9c..a925a39705 100644 --- a/network/discord/README +++ b/network/discord/README @@ -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 diff --git a/network/discord/discord.SlackBuild b/network/discord/discord.SlackBuild index fe1cbcd6cc..ab900a731f 100644 --- a/network/discord/discord.SlackBuild +++ b/network/discord/discord.SlackBuild @@ -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} diff --git a/network/discord/discord.info b/network/discord/discord.info index 65c585bfdf..b19d277bfd 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -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" |