summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2023-07-15 00:34:25 -0500
committer Robby Workman <rworkman@slackbuilds.org>2023-07-15 00:34:25 -0500
commitd93a272ee7684f307bbbd4c36be8f7996abd901b (patch)
tree16633863422f61b19d0d229295428e500650f913
parente40d6ec52825178ee9ac5c6621d2f51e020c6ca0 (diff)
downloadslackbuilds-rworkman.tar.gz
slackbuilds-rworkman.tar.xz
ham/chirp: Updated for version 20221217.rworkman
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--ham/chirp/chirp.SlackBuild6
-rw-r--r--ham/chirp/chirp.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/ham/chirp/chirp.SlackBuild b/ham/chirp/chirp.SlackBuild
index 8fd4bb2798..d8ee756994 100644
--- a/ham/chirp/chirp.SlackBuild
+++ b/ham/chirp/chirp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for chirp
-# Copyright 2014-2021 Robby Workman, Tuscaloosa, Alabama, USA
+# Copyright 2014-2023 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=chirp
-VERSION=${VERSION:-20220219}
+VERSION=${VERSION:-20221217}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=$PRGNAM-daily
+SRCNAM=$PRGNAM-legacy
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/ham/chirp/chirp.info b/ham/chirp/chirp.info
index c4e8fd1190..f8f2ecd570 100644
--- a/ham/chirp/chirp.info
+++ b/ham/chirp/chirp.info
@@ -1,8 +1,8 @@
PRGNAM="chirp"
-VERSION="20220219"
+VERSION="20221217"
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home"
-DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20220219/chirp-daily-20220219.tar.gz"
-MD5SUM="64657e2dcf66eb5c369e9014664a9011"
+DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-legacy-20221217.tar.gz"
+MD5SUM="6b0eb0e7094c7ad07c9831cb4d696557"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"