network/discord: Version bump to 0.0.40

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-01-16 16:35:59 -08:00 committed by Willy Sudiarto Raharjo
parent f6599a0fbf
commit c127453068
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-2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# Copyright 2016-2024 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.39}
VERSION=${VERSION:-0.0.40}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="discord"
VERSION="0.0.39"
VERSION="0.0.40"
HOMEPAGE="https://discordapp.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.39/discord-0.0.39.deb"
MD5SUM_x86_64="262c5b164c4b9b29234231b54b91f185"
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.40/discord-0.0.40.deb"
MD5SUM_x86_64="85c42f98ff5e7f634338408919cfb4f7"
REQUIRES=""
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"