diff options
author | Gustavo Conrad <gus3963@gmail.com> | 2022-05-25 06:26:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:35 +0700 |
commit | 340785f0886b7b4ac2085d5b16c5e9d4518a5026 (patch) | |
tree | 3f4d85197668128dc7dc50a27bc658c5b840c682 /ham | |
parent | 2030a76df6f607e7d598db72bf9938eab1c4f86c (diff) |
ham/codec2: Updated for version 1.0.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/codec2/codec2.SlackBuild | 8 | ||||
-rw-r--r-- | ham/codec2/codec2.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ham/codec2/codec2.SlackBuild b/ham/codec2/codec2.SlackBuild index 1141d7fb2b78..5df9d083d113 100644 --- a/ham/codec2/codec2.SlackBuild +++ b/ham/codec2/codec2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for codec2 -# Copyright 2018, Gustavo Conrad, gus3963 gmail com +# Copyright 2018, 2022, Gustavo Conrad, gus3963 gmail com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=codec2 -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING INSTALL README README_fdmdv.txt README_fsk.txt \ + COPYING README*.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/ham/codec2/codec2.info b/ham/codec2/codec2.info index f33f974482bc..6df17200c337 100644 --- a/ham/codec2/codec2.info +++ b/ham/codec2/codec2.info @@ -1,8 +1,8 @@ PRGNAM="codec2" -VERSION="0.7" +VERSION="1.0.3" HOMEPAGE="http://rowetel.com/codec2.html" -DOWNLOAD="https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz" -MD5SUM="b06cfa17bd41a946ea9ff5f180e0feae" +DOWNLOAD="https://github.com/drowe67/codec2/archive/v1.0.3/codec2-1.0.3.tar.gz" +MD5SUM="a20cb37573eb98f8c956212698a49a81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |