ham/chirp: Updated for version 20180325.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cf39ffe717
commit
4bb0a4bf6d
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue