diff options
-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" |