mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
f1f32a98fb
commit
f26923f37e
3 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue