diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-01-16 20:55:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:58 +0700 |
commit | 1f7f51e12c0b038a8844c68654562786f254dcee (patch) | |
tree | c86de12c67ef8e603c4f47606ec5332d3394ce8f /network | |
parent | a50b6a1ef88568c210ecd72e9bf128ed19b6d293 (diff) |
network/discord: Updated for version 0.0.24.
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 | 4 | ||||
-rw-r--r-- | network/discord/discord.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/discord/discord.SlackBuild b/network/discord/discord.SlackBuild index 382a4bd46d8b..837b93d415b0 100644 --- a/network/discord/discord.SlackBuild +++ b/network/discord/discord.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for discord # -# Copyright 2016-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2016-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=discord -VERSION=${VERSION:-0.0.21} +VERSION=${VERSION:-0.0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/discord/discord.info b/network/discord/discord.info index 0bedbf893dff..9dcb83d60854 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.21" +VERSION="0.0.24" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.deb" -MD5SUM_x86_64="96ca5d36e625981933340a355a935a81" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.24/discord-0.0.24.deb" +MD5SUM_x86_64="ca4256f04a60d42c668d8ca707ee55a7" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |