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>
This commit is contained in:
Jeremy Hansen 2023-01-16 20:55:47 -08:00 committed by Willy Sudiarto Raharjo
parent a50b6a1ef8
commit 1f7f51e12c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"