ham/chirp: Updated for version 20181018.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2018-11-18 00:24:26 -06:00 committed by Willy Sudiarto Raharjo
parent 389e1a1a1a
commit 2a76c5e4dd
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=chirp
VERSION=${VERSION:-20180331}
VERSION=${VERSION:-20181018}
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.xz
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="chirp"
VERSION="20180331"
VERSION="20181018"
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home"
DOWNLOAD="https://harrier.slackbuilds.org/misc/chirp-daily-20180331.tar.xz"
MD5SUM="7084172bc48e328c7b6778f5ba32fe3e"
DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20181018/chirp-daily-20181018.tar.gz"
MD5SUM="2c903937822ca1ca1924415c40aa0dc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"