ham/chirp: Updated for version 20221217.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Robby Workman 2023-07-15 00:34:25 -05:00 committed by Willy Sudiarto Raharjo
parent a54232cd8a
commit 870dd7f561
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for chirp # Slackware build script for chirp
# Copyright 2014-2021 Robby Workman, Tuscaloosa, Alabama, USA # Copyright 2014-2023 Robby Workman, Tuscaloosa, Alabama, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=chirp PRGNAM=chirp
VERSION=${VERSION:-20220219} VERSION=${VERSION:-20221217}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=$PRGNAM-daily SRCNAM=$PRGNAM-legacy
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in

View file

@ -1,8 +1,8 @@
PRGNAM="chirp" PRGNAM="chirp"
VERSION="20220219" VERSION="20221217"
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home" HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home"
DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20220219/chirp-daily-20220219.tar.gz" DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-legacy-20221217.tar.gz"
MD5SUM="64657e2dcf66eb5c369e9014664a9011" MD5SUM="6b0eb0e7094c7ad07c9831cb4d696557"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="pyserial" REQUIRES="pyserial"