ham/qlog: Updated for version 0.29.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Brian Cox 2023-11-11 08:36:30 +09:00 committed by Willy Sudiarto Raharjo
parent f1f32a98fb
commit f26923f37e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 6 deletions

View file

@ -7,3 +7,5 @@ back-end.
QLog aims to be as simple as possible, but to provide everything the
operator expects from the log. This log is not currently focused on
contests.
Homepage: https://github.com/foldynl/QLog

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qlog
SRCNAM=QLog
VERSION=${VERSION:-0.29.0}
VERSION=${VERSION:-0.29.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="qlog"
VERSION="0.29.0"
VERSION="0.29.1"
HOMEPAGE="https://github.com/foldynl/QLog"
DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.29.0/QLog-0.29.0.tar.gz \
https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.29.0/QLog-Flags-0.29.0.tar.gz"
MD5SUM="e1fe753b20ff485b7d2ee965244d4401 \
6b822e791f54f7ec04e1f936b591b018"
DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.29.1/QLog-0.29.1.tar.gz \
https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.29.1/QLog-Flags-0.29.1.tar.gz"
MD5SUM="21e48dede1106a398282eddcb02a6cb5 \
056b115e1f2c7c127c96f535848550ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="hamlib"