diff options
author | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:54:15 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2022-09-16 05:54:57 -0500 |
commit | a570579f80e3f57dc76610d962a54ec14526ade2 (patch) | |
tree | 6c88ba92ebbb51bfb2013f64ef1feb7fc4e8f3a0 | |
parent | 5e85f64105b430f7ba0a883f2db4c033f4b64266 (diff) | |
download | slackbuilds-a570579f80e3f57dc76610d962a54ec14526ade2.tar.xz |
discord: bump v0.0.20
-rw-r--r-- | discord/discord.SlackBuild | 2 | ||||
-rw-r--r-- | discord/discord.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/discord/discord.SlackBuild b/discord/discord.SlackBuild index c1065fb..65db047 100644 --- a/discord/discord.SlackBuild +++ b/discord/discord.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=discord -VERSION=${VERSION:-0.0.19} +VERSION=${VERSION:-0.0.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/discord/discord.info b/discord/discord.info index c2ddcf0..84b2eae 100644 --- a/discord/discord.info +++ b/discord/discord.info @@ -1,10 +1,10 @@ PRGNAM="discord" -VERSION="0.0.19" +VERSION="0.0.20" HOMEPAGE="https://discordapp.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.19/discord-0.0.19.deb" -MD5SUM_x86_64="9d3979ab442c318299ae805278f87166" +DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.20/discord-0.0.20.deb" +MD5SUM_x86_64="4df07374e75849f1c7be66c0aa680645" REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |