diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2022-11-04 17:24:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:23 +0700 |
commit | 4b5451665c0739685ed81e214bab2e89c925adbe (patch) | |
tree | 256e5b77b9f935b09894fd8928cb7c5ede18ceb8 /network | |
parent | e0c913d836a01f07cc1f0541dc72be52f534c27b (diff) | |
download | slackbuilds-4b5451665c0739685ed81e214bab2e89c925adbe.tar.gz |
network/discord: Updated for version 0.0.21.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/discord/discord.SlackBuild | 2 | ||||
-rw-r--r-- | network/discord/discord.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/discord/discord.SlackBuild b/network/discord/discord.SlackBuild index 4e27812c99..382a4bd46d 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.20} +VERSION=${VERSION:-0.0.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/discord/discord.info b/network/discord/discord.info index 84b2eae2b1..0bedbf893d 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.20" +VERSION="0.0.21" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.20/discord-0.0.20.deb" -MD5SUM_x86_64="4df07374e75849f1c7be66c0aa680645" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.deb" +MD5SUM_x86_64="96ca5d36e625981933340a355a935a81" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |