diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-11-11 10:53:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-18 09:16:03 +0700 |
commit | 777d32514b66e9a4953a936372a4de8a58b7db63 (patch) | |
tree | 72fc3fecff926236348b0162ef528cc1320766c2 /network/discord | |
parent | 5ded6cfa41ae798e46f3a960c722377c84b82e12 (diff) |
network/discord: Updated for version 0.0.34.
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/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 d04237ca03..c547b068ff 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.33} +VERSION=${VERSION:-0.0.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/discord/discord.info b/network/discord/discord.info index 9aa22e927a..fcee7de25c 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.33" +VERSION="0.0.34" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.33/discord-0.0.33.deb" -MD5SUM_x86_64="6ff628e8dc2ac66082776bd969c01dc1" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.34/discord-0.0.34.deb" +MD5SUM_x86_64="a63d9a76d5687a3b66a3feb2776723ca" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |