ham/chirp: Updated for version 0.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
fc0bd48835
commit
c6d3f17529
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for chirp
|
# Slackware build script for chirp
|
||||||
|
|
||||||
# Copyright 2014 Robby Workman, Northport, Alabama, USA
|
# Copyright 2014,2015 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=chirp
|
PRGNAM=chirp
|
||||||
VERSION=${VERSION:-0.4.0}
|
VERSION=${VERSION:-0.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="chirp"
|
PRGNAM="chirp"
|
||||||
VERSION="0.4.0"
|
VERSION="0.4.1"
|
||||||
HOMEPAGE="http://chirp.danplanet.com/projects/chirp/wiki/Home"
|
HOMEPAGE="http://chirp.danplanet.com/projects/chirp/wiki/Home"
|
||||||
DOWNLOAD="http://chirp.danplanet.com/download/0.4.0/chirp-0.4.0.tar.gz"
|
DOWNLOAD="http://chirp.danplanet.com/download/0.4.1/chirp-0.4.1.tar.gz"
|
||||||
MD5SUM="1019e25c35ca140c56099538b98258c7"
|
MD5SUM="a86efa2bb05c33419b36cc9969327c86"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pyserial"
|
REQUIRES="pyserial"
|
||||||
|
|
Loading…
Reference in New Issue