ham/chirp: Updated for version 0.4.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2015-02-16 21:00:50 -06:00 committed by Willy Sudiarto Raharjo
parent fc0bd48835
commit c6d3f17529
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for chirp
# Copyright 2014 Robby Workman, Northport, Alabama, USA
# Copyright 2014,2015 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:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="chirp"
VERSION="0.4.0"
VERSION="0.4.1"
HOMEPAGE="http://chirp.danplanet.com/projects/chirp/wiki/Home"
DOWNLOAD="http://chirp.danplanet.com/download/0.4.0/chirp-0.4.0.tar.gz"
MD5SUM="1019e25c35ca140c56099538b98258c7"
DOWNLOAD="http://chirp.danplanet.com/download/0.4.1/chirp-0.4.1.tar.gz"
MD5SUM="a86efa2bb05c33419b36cc9969327c86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"