network/discord: Version bump to 0.0.10

Thanks to 1337_powerslacker on LQ for the notification!

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2020-02-26 14:52:57 -07:00 committed by Willy Sudiarto Raharjo
parent 410226b624
commit c13acaf307
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for discord
#
# Copyright 2016-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2016-2020 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=discord
VERSION=${VERSION:-0.0.9}
VERSION=${VERSION:-0.0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,7 +58,7 @@ set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
ar p $CWD/${PRGNAM}-${VERSION}.deb data.tar.xz | unxz | tar xv
ar p $CWD/${PRGNAM}-${VERSION}.deb data.tar.gz | tar zxv
chown -R root:root .
find -L . \

View File

@ -1,10 +1,10 @@
PRGNAM="discord"
VERSION="0.0.9"
VERSION="0.0.10"
HOMEPAGE="https://discordapp.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.9/discord-0.0.9.deb"
MD5SUM_x86_64="2f6f5eb899f2815fbd26dddea0d2d316"
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.10/discord-0.0.10.deb"
MD5SUM_x86_64="0a8568752ce607187c86b640c23ae27b"
REQUIRES="libc++"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"