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>
This commit is contained in:
parent
5781c66835
commit
7909dd90de
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue