network/discord: Version bump to 0.0.14 and update copyright year
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a43a3ccf57
commit
119a66d46f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for discord
|
||||
#
|
||||
# Copyright 2016-2020 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2016-2021 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.13}
|
||||
VERSION=${VERSION:-0.0.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="discord"
|
||||
VERSION="0.0.13"
|
||||
VERSION="0.0.14"
|
||||
HOMEPAGE="https://discordapp.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.13/discord-0.0.13.deb"
|
||||
MD5SUM_x86_64="dea4e1aec0d8bad0938e22dd8d8e8049"
|
||||
DOWNLOAD_x86_64="https://dl.discordapp.net/apps/linux/0.0.14/discord-0.0.14.deb"
|
||||
MD5SUM_x86_64="e1122775041faf5a06b75ee0ccc40ae2"
|
||||
REQUIRES="libc++"
|
||||
MAINTAINER="Jeremy Hansen"
|
||||
EMAIL="jebrhansen+SBo@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue