system/corectrl: Updated for version v1.4.0.

Added the new deps pugixml and spdlog

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2024-04-14 09:44:26 +02:00
parent 712320b61b
commit aa6cfa6a7a
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=corectrl
VERSION=${VERSION:-v1.3.2}
VERSION=${VERSION:-v1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="corectrl"
VERSION="v1.3.2"
VERSION="v1.4.0"
HOMEPAGE="https://gitlab.com/corectrl/corectrl/"
DOWNLOAD="https://gitlab.com/corectrl/corectrl/-/archive/v1.3.2/corectrl-v1.3.2.tar.gz"
MD5SUM="656d7d307c7f0185794d08239bf00d58"
DOWNLOAD="https://gitlab.com/corectrl/corectrl/-/archive/v1.4.0/corectrl-v1.4.0.tar.gz"
MD5SUM="b5f9571d64905a7594c54b9a419fe139"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Botan"
REQUIRES="Botan pugixml spdlog"
MAINTAINER="Matthew Miller"
EMAIL="mattallmill@gmail.com"