ham/chirp: Updated for version 20180325.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2018-03-25 21:04:09 -05:00 committed by Willy Sudiarto Raharjo
parent cf39ffe717
commit 4bb0a4bf6d
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for chirp
# Copyright 2014-2017 Robby Workman, Tuscaloosa, Alabama, USA
# Copyright 2014-2018 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:-20171104}
VERSION=${VERSION:-20180325}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="chirp"
VERSION="20171104"
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/chirp-daily-20171104.tar.gz"
MD5SUM="e4f92fb9a7ddef2f69a89ff451340938"
VERSION="20180325"
HOMEPAGE="http://chirp.danplanet.com/projects/chirp/wiki/Home"
DOWNLOAD="https://harrier.slackbuilds.org/misc/chirp-daily-20180325.tar.xz"
MD5SUM="f8e912e16128393977166a2cf641e89e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"