Browse Source
ham/tlf: Updated for version 1.3.1
Signed-off-by: Nate Bargmann <n0nb@arrl.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/53/head
Nate Bargmann
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
ham/tlf/tlf.SlackBuild
-
ham/tlf/tlf.info
|
@ -23,7 +23,7 @@ |
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
|
PRGNAM=${PRGNAM:-tlf} |
|
|
PRGNAM=${PRGNAM:-tlf} |
|
|
VERSION=${VERSION:-1.3.0} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-1.3.1} |
|
|
BUILD=${BUILD:-1} |
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
PRGNAM="tlf" |
|
|
PRGNAM="tlf" |
|
|
VERSION="1.3.0" |
|
|
|
|
|
|
|
|
VERSION="1.3.1" |
|
|
HOMEPAGE="http://tlf.github.io/" |
|
|
HOMEPAGE="http://tlf.github.io/" |
|
|
DOWNLOAD="http://www.hs-mittweida.de/tb/tlf-1.3.0.tar.gz" |
|
|
|
|
|
MD5SUM="c1af17cce78b4e5c4e656fa122abd8db" |
|
|
|
|
|
|
|
|
DOWNLOAD="https://github.com/Tlf/tlf/releases/download/tlf-1.3.1/tlf-1.3.1.tar.gz" |
|
|
|
|
|
MD5SUM="10af3c5d60e8315168e314bd02f3190e" |
|
|
DOWNLOAD_x86_64="" |
|
|
DOWNLOAD_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
REQUIRES="hamlib xmlrpc-c" |
|
|
REQUIRES="hamlib xmlrpc-c" |
|
|