diff options
author | Gustavo Conrad <gus3963 gmail> | 2020-03-18 07:40:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-18 07:40:28 +0700 |
commit | 76d73cec920e91426237a2a7cd3ed38c58798fb2 (patch) | |
tree | bc816926006550f484f9d4aa598f8249140a2dc4 /ham | |
parent | 150178e8b425a139c06d48b345160a350eedeea4 (diff) | |
download | slackbuilds-76d73cec920e91426237a2a7cd3ed38c58798fb2.tar.gz |
ham/cqrlog: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/cqrlog/README | 5 | ||||
-rw-r--r-- | ham/cqrlog/cqrlog.SlackBuild | 4 | ||||
-rw-r--r-- | ham/cqrlog/cqrlog.info | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/ham/cqrlog/README b/ham/cqrlog/README index 1292051659..1bda5c6583 100644 --- a/ham/cqrlog/README +++ b/ham/cqrlog/README @@ -7,8 +7,3 @@ resolution algorithm. CQRLOG is intended for daily general logging of HF, CW & SSB contacts and strongly focused on easy operation and maintenance. Homepage: http://www.cqrlog.com - -NOTE: You must run lazarus-IDE once to populate the required files -before building cqrlog. Since the slackbuild needs to be run by root -you should run lazarus-IDE as a regular user and copy the content of -your .lazarus directory into /root/.lazarus diff --git a/ham/cqrlog/cqrlog.SlackBuild b/ham/cqrlog/cqrlog.SlackBuild index 1efae22e27..c0081e6cd8 100644 --- a/ham/cqrlog/cqrlog.SlackBuild +++ b/ham/cqrlog/cqrlog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cqrlog -# Copyright Gustavo Conrad - LU8WFY (gus3963 gmail) +# Copyright Gustavo Conrad - LU7WA (gus3963 gmail) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cqrlog -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/ham/cqrlog/cqrlog.info b/ham/cqrlog/cqrlog.info index cc07b621c1..ad84a667fb 100644 --- a/ham/cqrlog/cqrlog.info +++ b/ham/cqrlog/cqrlog.info @@ -1,8 +1,8 @@ PRGNAM="cqrlog" -VERSION="2.3.0" +VERSION="2.4.0" HOMEPAGE="https://www.cqrlog.com" -DOWNLOAD="https://github.com/ok2cqr/cqrlog/archive/v2.3.0/cqrlog-2.3.0.tar.gz" -MD5SUM="7c5b9982aa8c8f78773949906da822d8" +DOWNLOAD="https://github.com/ok2cqr/cqrlog/archive/v2.4.0/cqrlog-2.4.0.tar.gz" +MD5SUM="3be6e7c0dfc2595e33680f68627449fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lazarus tqsl xplanet hamlib" |