mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ham/chirp: Updated for version 20181018.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
389e1a1a1a
commit
2a76c5e4dd
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=chirp
|
||||
VERSION=${VERSION:-20180331}
|
||||
VERSION=${VERSION:-20181018}
|
||||
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.xz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chirp"
|
||||
VERSION="20180331"
|
||||
VERSION="20181018"
|
||||
HOMEPAGE="https://chirp.danplanet.com/projects/chirp/wiki/Home"
|
||||
DOWNLOAD="https://harrier.slackbuilds.org/misc/chirp-daily-20180331.tar.xz"
|
||||
MD5SUM="7084172bc48e328c7b6778f5ba32fe3e"
|
||||
DOWNLOAD="https://trac.chirp.danplanet.com/chirp_daily/daily-20181018/chirp-daily-20181018.tar.gz"
|
||||
MD5SUM="2c903937822ca1ca1924415c40aa0dc2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyserial"
|
||||
|
|
Loading…
Reference in a new issue