diff options
author | Gustavo Conrad <gus3963@gmail.com> | 2022-02-12 22:34:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:06:54 +0700 |
commit | 7909dd90de456138878db7f0be403260a27610f3 (patch) | |
tree | 4bb7e7a98a070497f5f10fa27615ec6be5eb0b38 /ham/flmsg | |
parent | 5781c66835928681dd135d8415db50639ec8a012 (diff) |
ham/flmsg: Updated for version 4.0.19. Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/flmsg')
-rw-r--r-- | ham/flmsg/README | 12 | ||||
-rw-r--r-- | ham/flmsg/flmsg.SlackBuild | 2 | ||||
-rw-r--r-- | ham/flmsg/flmsg.info | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/ham/flmsg/README b/ham/flmsg/README index 2098aae61287..8a02bb54bd56 100644 --- a/ham/flmsg/README +++ b/ham/flmsg/README @@ -1,10 +1,10 @@ FLMSG - Amateur radio messaging tool -FLMSG is a simple forms management editor for the amateur radio supported -standard message formats. Form data can be transferred between computers -either using standard internet email or via radio frequency broadcasts -typically made by an amateur radio operator on your behalf. -flmsg forms can be very complex and include embedded images and other controls -that make data entry less prone to error. +FLMSG is a simple forms management editor for the amateur radio +supported standard message formats. Form data can be transferred between +computers either using standard internet email or via radio frequency +broadcasts typically made by an amateur radio operator on your behalf. +flmsg forms can be very complex and include embedded images and other +controls that make data entry less prone to error. FLMSG sits on top of FLDIGI, which does the real signal processing. diff --git a/ham/flmsg/flmsg.SlackBuild b/ham/flmsg/flmsg.SlackBuild index a97c0f695dfd..c120a9e3ac3e 100644 --- a/ham/flmsg/flmsg.SlackBuild +++ b/ham/flmsg/flmsg.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=flmsg -VERSION=${VERSION:-4.0.15} +VERSION=${VERSION:-4.0.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/ham/flmsg/flmsg.info b/ham/flmsg/flmsg.info index f6edbe1714f4..782b690a43ba 100644 --- a/ham/flmsg/flmsg.info +++ b/ham/flmsg/flmsg.info @@ -1,8 +1,8 @@ PRGNAM="flmsg" -VERSION="4.0.15" +VERSION="4.0.19" HOMEPAGE="http://www.w1hkj.com/" -DOWNLOAD="http://www.w1hkj.com/files/flmsg/flmsg-4.0.15.tar.gz" -MD5SUM="abf8c6e99a35efb548502768862b4278" +DOWNLOAD="http://www.w1hkj.com/files/flmsg/flmsg-4.0.19.tar.gz" +MD5SUM="4f2c10ea1f4d69ee09c1667cd015ad59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fldigi" |