summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
Diffstat (limited to 'ham')
-rw-r--r--ham/chirp/chirp.SlackBuild6
-rw-r--r--ham/chirp/chirp.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/ham/chirp/chirp.SlackBuild b/ham/chirp/chirp.SlackBuild
index abc843a81e..085587a948 100644
--- a/ham/chirp/chirp.SlackBuild
+++ b/ham/chirp/chirp.SlackBuild
@@ -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 . \
diff --git a/ham/chirp/chirp.info b/ham/chirp/chirp.info
index 855b3949d2..5f825e4f26 100644
--- a/ham/chirp/chirp.info
+++ b/ham/chirp/chirp.info
@@ -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"