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:
parent
410226b624
commit
c13acaf307
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue