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:
parent
a50b6a1ef8
commit
1f7f51e12c
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue