diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-12 21:22:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:28 +0700 |
commit | 0628ffc2d3924a8353a5a4f69a2c0a795a7c1444 (patch) | |
tree | 426fd7212d43acfa83ed3cebdab0ebd207a0735a /ham | |
parent | 2c2da5a3b65b3fd893358b4cd79e3b1a4ce1c8b8 (diff) |
ham/codec2: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/codec2/codec2.SlackBuild | 5 | ||||
-rw-r--r-- | ham/codec2/codec2.info | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/ham/codec2/codec2.SlackBuild b/ham/codec2/codec2.SlackBuild index 5df9d083d113..8002fdcf5ee5 100644 --- a/ham/codec2/codec2.SlackBuild +++ b/ham/codec2/codec2.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=codec2 -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/ham/codec2/codec2.info b/ham/codec2/codec2.info index 4dc652738de6..ea42215f624d 100644 --- a/ham/codec2/codec2.info +++ b/ham/codec2/codec2.info @@ -1,10 +1,10 @@ PRGNAM="codec2" -VERSION="1.0.3" +VERSION="1.2.0" HOMEPAGE="http://rowetel.com/codec2.html" -DOWNLOAD="https://ponce.cc/slackware/sources/repo/codec2-1.0.3.tar.gz" -MD5SUM="a20cb37573eb98f8c956212698a49a81" +DOWNLOAD="https://github.com/drowe67/codec2/archive/1.2.0/codec2-1.2.0.tar.gz" +MD5SUM="8186452c6d3cfc89cc6c880a6a7130d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="lpcnetfreedv" MAINTAINER="Gustavo Conrad" EMAIL="gus3963@gmail.com" |