diff options
author | Brian Cox <hamslackbuild@comcast.net> | 2025-01-23 09:17:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-23 12:01:06 +0700 |
commit | 6014c974a8b16d4dfed520c843b4824a87fa888d (patch) | |
tree | dca87818ddf4c4ed380ca892d64a2e2de1aedcd8 | |
parent | dd4b78569738592c44738362a5dd74bdff200ff9 (diff) |
ham/qlog: Updated for version 0.41.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | ham/qlog/qlog.SlackBuild | 4 | ||||
-rw-r--r-- | ham/qlog/qlog.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ham/qlog/qlog.SlackBuild b/ham/qlog/qlog.SlackBuild index 94e3bf446e..8e4f042c1e 100644 --- a/ham/qlog/qlog.SlackBuild +++ b/ham/qlog/qlog.SlackBuild @@ -2,7 +2,7 @@ # Slackbuild for qlog # Brian Cox <hamslackbuild@comcast.net> -# Copyright 2024 +# Copyright 2025 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qlog SRCNAM=QLog -VERSION=${VERSION:-0.41.0} +VERSION=${VERSION:-0.41.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/ham/qlog/qlog.info b/ham/qlog/qlog.info index 49c9c68285..e4a274d9a1 100644 --- a/ham/qlog/qlog.info +++ b/ham/qlog/qlog.info @@ -1,10 +1,10 @@ PRGNAM="qlog" -VERSION="0.41.0" +VERSION="0.41.1" HOMEPAGE="https://github.com/foldynl/QLog" -DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.41.0/QLog-0.41.0.tar.gz \ - https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.41.0/QLog-Flags-0.41.0.tar.gz" -MD5SUM="365076b0adc2045a1d96453ef5e1681f \ - 49cce302c8de4aa3b2305f81530862e8" +DOWNLOAD="https://github.com/foldynl/QLog/archive/refs/tags/v0.41.1/QLog-0.41.1.tar.gz \ + https://github.com/foldynl/QLog-Flags/archive/refs/tags/v0.41.1/QLog-Flags-0.41.1.tar.gz" +MD5SUM="88c87ac15ab8469a609c8bfab6c1e720 \ + 770cfc3375b63f795612ff77038389aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="hamlib4" |