mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/discord: Version bump to 0.0.40
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f6599a0fbf
commit
c127453068
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue