Browse Source
ham/chirp: Updated for version 20200227.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
pull/70/head
Robby Workman
6 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
5 additions and
5 deletions
-
ham/chirp/chirp.SlackBuild
-
ham/chirp/chirp.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for chirp |
|
|
|
|
|
|
|
# Copyright 2014-2018 Robby Workman, Tuscaloosa, Alabama, USA |
|
|
|
# Copyright 2014-2020 Robby Workman, Tuscaloosa, Alabama, USA |
|
|
|
# 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=chirp |
|
|
|
VERSION=${VERSION:-20181018} |
|
|
|
VERSION=${VERSION:-20200227} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="chirp" |
|
|
|
VERSION="20181018" |
|
|
|
VERSION="20200227" |
|
|
|
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home" |
|
|
|
DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20181018/chirp-daily-20181018.tar.gz" |
|
|
|
MD5SUM="2c903937822ca1ca1924415c40aa0dc2" |
|
|
|
DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20200227/chirp-daily-20200227.tar.gz" |
|
|
|
MD5SUM="9aae573f0d5eee4c26ce928c18570536" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pyserial" |
|
|
|
|