ham/gqrx-sdr: Updated for version 2.17, new maintainer.

Signed-off-by: Mario Preksavec <mario@slackware.hr>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mario Preksavec 2024-07-02 02:39:21 +02:00 committed by Willy Sudiarto Raharjo
parent 1d0060b0c3
commit 1f0cab93d8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for gqrx
# Copyright 2015-2018 Panagiotis Nikolaou, Culver City, CA
# Copyright 2024 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gqrx-sdr
SRCNAM=gqrx
VERSION=${VERSION:-2.15.8}
VERSION=${VERSION:-2.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="gqrx-sdr"
VERSION="2.15.8"
VERSION="2.17"
HOMEPAGE="http://gqrx.dk"
DOWNLOAD="https://github.com/gqrx-sdr/gqrx/archive/v2.15.8/gqrx-2.15.8.tar.gz"
MD5SUM="4b28d6546f8ad5f3a13e3e59d937662d"
DOWNLOAD="https://github.com/gqrx-sdr/gqrx/archive/v2.17/gqrx-2.17.tar.gz"
MD5SUM="c91e747062b9dd514a7fdc4da7bf899e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gr-osmosdr"
MAINTAINER="Panagiotis Nikolaou"
EMAIL="hostmaster@slackonly.com"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"