summaryrefslogtreecommitdiff
path: root/ham/hackrf/Makefile
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-12-08 21:40:44 +0000
committerwiedi <wiedi>2015-12-08 21:40:44 +0000
commitcf87c7d9dccdc4e6c6ef5c6fd19a7bc6c5211d47 (patch)
tree0ef4c1291b8eb90644bfd413bae95d3725fb1a6f /ham/hackrf/Makefile
parent48498c3c7fd74733020f699791dac966b7838d85 (diff)
downloadpkgsrc-cf87c7d9dccdc4e6c6ef5c6fd19a7bc6c5211d47.tar.gz
Update hackrf to 2015.07.2
Changes: release 2015.07.2 Bonus release! This release contains fixes for CMake configuration bugs that affected installation of 2015.07.1 on some platforms. release 2015.07.1 To upgrade to this release, you must update libhackrf and hackrf-tools on your host computer. You must also update firmware on your HackRF. It is important to update both the host code and firmware for this release to work properly. If you only update one or the other, you may experience unpredictable behaviour. Major changes in this release include: Multiple HackRF support. Users with more than one HackRF can target a specific device from software using the device serial number. The serial number is easy to find with hackrf_info. Thanks, Hessu! Linux kernel module detaching. A work-around to avoid the unofficial HackRF kernel module in recent kernel versions that has been causing problems for many users. Updating the CPLD is now possible from Windows. There is no CPLD update with this release, but Windows users should now be able to update. Support for rad1o hardware, the badge of CCCamp 2015 based on HackRF One. This package contains host software supporting rad1o; for firmware and other resources, refer to: https://rad1o.badge.events.ccc.de/ There have been many more enhancements and bug fixes, for a full list of changes, see the git log.
Diffstat (limited to 'ham/hackrf/Makefile')
-rw-r--r--ham/hackrf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/hackrf/Makefile b/ham/hackrf/Makefile
index d940afe6595..08d5ab9c16e 100644
--- a/ham/hackrf/Makefile
+++ b/ham/hackrf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 13:46:23 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/08 21:40:44 wiedi Exp $
-DISTNAME= hackrf-2014.08.1
+DISTNAME= hackrf-2015.07.2
CATEGORIES= ham
-MASTER_SITES= http://sourceforge.net/projects/hackrf/files/
+MASTER_SITES= https://github.com/mossmann/hackrf/releases/download/v${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org