diff options
author | Brian Cox <hamslackbuild@comcast.net> | 2024-07-06 21:33:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-07 10:44:42 +0700 |
commit | 06b247e0387be7d27d36a85dd83cbf150a2d3eb8 (patch) | |
tree | db94ed4a873aa86f185db97e76c6fae981fbce78 /ham | |
parent | d7631d3abea99dfab46420133db0a7b932bb07dd (diff) |
ham/qlog: Updated for version 0.37.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/qlog/qlog.SlackBuild | 6 | ||||
-rw-r--r-- | ham/qlog/qlog.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ham/qlog/qlog.SlackBuild b/ham/qlog/qlog.SlackBuild index dc92072dc65ec..12be9863c3b6e 100644 --- a/ham/qlog/qlog.SlackBuild +++ b/ham/qlog/qlog.SlackBuild @@ -2,7 +2,7 @@ # Slackbuild for qlog # Brian Cox <hamslackbuild@comcast.net> -# Copyright 2023 +# Copyright 2024 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qlog SRCNAM=QLog -VERSION=${VERSION:-0.36.0} -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.37.0} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/ham/qlog/qlog.info b/ham/qlog/qlog.info index 55e738d717b46..fd580ef988b21 100644 --- a/ham/qlog/qlog.info +++ b/ham/qlog/qlog.info @@ -1,10 +1,10 @@ PRGNAM="qlog" -VERSION="0.36.0" +VERSION="0.37.0" HOMEPAGE="https://github.com/foldynl/QLog" -DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.36.0/QLog-0.36.0.tar.gz \ - https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.36.0/QLog-Flags-0.36.0.tar.gz" -MD5SUM="ab6f2c76e240acdcc2df439dcb645777 \ - bc4ff8fd87367a8347ddef91e5cc3436" +DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.37.0/QLog-0.37.0.tar.gz \ + https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.37.0/QLog-Flags-0.37.0.tar.gz" +MD5SUM="a25855014c887f204ff63c255292b82d \ + 7dcea28aee3c126ab81ff7f519d1a643" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hamlib" |