diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-03-13 16:47:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-14 16:14:36 +0700 |
commit | 3fa647db4a4b907f23086a8f5c8b128d726c15a5 (patch) | |
tree | 627246c1767e71311c65c475b9675292e4cf5e42 /ham | |
parent | 8c9b8cf7baa98c16533b662beb36b33e0e462073 (diff) |
ham/hackrf: Updated for version 2024.02.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/hackrf/hackrf.SlackBuild | 2 | ||||
-rw-r--r-- | ham/hackrf/hackrf.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/hackrf/hackrf.SlackBuild b/ham/hackrf/hackrf.SlackBuild index f2d8236298a8..bca827f652bd 100644 --- a/ham/hackrf/hackrf.SlackBuild +++ b/ham/hackrf/hackrf.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hackrf -VERSION=${VERSION:-2023.01.1} +VERSION=${VERSION:-2024.02.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/ham/hackrf/hackrf.info b/ham/hackrf/hackrf.info index a9deb19f8a7f..cc8a2669b880 100644 --- a/ham/hackrf/hackrf.info +++ b/ham/hackrf/hackrf.info @@ -1,8 +1,8 @@ PRGNAM="hackrf" -VERSION="2023.01.1" +VERSION="2024.02.1" HOMEPAGE="https://github.com/mossmann/hackrf" -DOWNLOAD="https://github.com/greatscottgadgets/hackrf/releases/download/v2023.01.1/hackrf-2023.01.1.tar.xz" -MD5SUM="3f681b74fd1629c859a08b1946453fcd" +DOWNLOAD="https://github.com/greatscottgadgets/hackrf/releases/download/v2024.02.1/hackrf-2024.02.1.tar.xz" +MD5SUM="79dff36a1e93187382dac3be3e0c1b3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |