network/armcord: Updated for version 3.2.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Matthew Miller 2023-08-06 16:34:53 +09:00 committed by Andrew Clemons
parent 579b70e79d
commit 42e458a7af
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
# Slackware build script for discord
# Slackware build script for armcord
#
# Copyright 2016-2021 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2022-2023 Matthew Miller <mattallmill@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=armcord
SRCNAM=ArmCord
VERSION=${VERSION:-3.2.1}
VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="armcord"
VERSION="3.2.1"
VERSION="3.2.2"
HOMEPAGE="https://github.com/ArmCord/ArmCord"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/ArmCord/ArmCord/releases/download/v3.2.1/ArmCord_3.2.1_amd64.deb"
MD5SUM_x86_64="21f9ab7e18ffa5395d02537403d5c7a7"
DOWNLOAD_x86_64="https://github.com/ArmCord/ArmCord/releases/download/v3.2.2/ArmCord_3.2.2_amd64.deb"
MD5SUM_x86_64="3cd09e301e09d3e50a3820b3fd562d71"
REQUIRES=""
MAINTAINER="Matthew Miller"
EMAIL="mattallmill@gmail.com"