mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/armcord: Updated for version 3.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
80e8434217
commit
f9362e88b9
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
armcord (Discord custom client)
|
||||
|
||||
armcord is a custom client designed to enhance your Discord
|
||||
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=armcord
|
||||
SRCNAM=ArmCord
|
||||
VERSION=${VERSION:-3.2.5}
|
||||
VERSION=${VERSION:-3.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="armcord"
|
||||
VERSION="3.2.5"
|
||||
VERSION="3.2.6"
|
||||
HOMEPAGE="https://github.com/ArmCord/ArmCord"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/ArmCord/ArmCord/releases/download/v3.2.5/ArmCord_3.2.5_amd64.deb"
|
||||
MD5SUM_x86_64="82b9ffa58d74c254fc5064b2103f8ee6"
|
||||
DOWNLOAD_x86_64="https://github.com/ArmCord/ArmCord/releases/download/v3.2.6/ArmCord_3.2.6_amd64.deb"
|
||||
MD5SUM_x86_64="cd0e07b149506c8d19d01005c51324b0"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Matthew Miller"
|
||||
EMAIL="mattallmill@gmail.com"
|
||||
|
|
|
@ -7,3 +7,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue