diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-19 18:57:55 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:41 +0700 |
commit | af92dfcfc5b53e5dcab62d7766383a61a95da301 (patch) | |
tree | 0ad0756c629d1ee8175d6eaafa5e5b5f3899e9be /network | |
parent | 198511c9cf393ad45521dff85b969d8474ad9c94 (diff) |
network/discord: Updated for version 0.0.30.
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 9e75e6cfa7ef8..420d76412c9da 100644 --- a/network/discord/discord.SlackBuild +++ b/network/discord/discord.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for discord # -# Copyright 2016-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com> +# Copyright 2016-2023 Jeremy Hansen <jebrhansen+SBo@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.29} +VERSION=${VERSION:-0.0.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/discord/discord.info b/network/discord/discord.info index 209286c5bfff3..e30802abe102a 100644 --- a/network/discord/discord.info +++ b/network/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.29" +VERSION="0.0.30" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.29/discord-0.0.29.deb" -MD5SUM_x86_64="90172ab2f38097cd67ab62af43200fdf" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.30/discord-0.0.30.deb" +MD5SUM_x86_64="f7838829c1ddb6ff25ce6254d7cd2d99" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |