Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / hackrf
Commits: 017ea269 by Antonio Rojas at 2024-03-30T20:32:22+01:00 upgpkg: 2024.02.1-1: Update to 2024.02.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = hackrf + pkgdesc = Driver for HackRF, allowing general purpose software defined radio (SDR). + pkgver = 2024.02.1 + pkgrel = 1 + url = https://github.com/mossmann/hackrf + arch = x86_64 + license = GPL2 + makedepends = cmake + depends = libusb + depends = fftw + source = https://github.com/mossmann/hackrf/releases/download/v2024.02.1/hackrf-2024.02.1.tar.xz + source = hackrf.conf + sha256sums = d9ced67e6b801cd02c18d0c4654ed18a4bcb36c24a64330c347dfccbd859ad16 + sha256sums = 8246a539049ec2bd6226337d8d9b4f48bd503d77de13408a5751d2a60dc76965 + +pkgname = hackrf ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Dominik Heidler <[email protected]> pkgname=hackrf -pkgver=2023.01.1 +pkgver=2024.02.1 pkgrel=1 pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)." arch=('x86_64') @@ -13,7 +13,7 @@ depends=('libusb' 'fftw') makedepends=('cmake') source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz" 'hackrf.conf') -sha256sums=('32a03f943a30be4ba478e94bf69f14a5b7d55be6761007f4a4f5453418206a11' +sha256sums=('d9ced67e6b801cd02c18d0c4654ed18a4bcb36c24a64330c347dfccbd859ad16' '8246a539049ec2bd6226337d8d9b4f48bd503d77de13408a5751d2a60dc76965') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hackrf/-/commit/017ea26945ef815f6025e268524e009bf6815a1c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hackrf/-/commit/017ea26945ef815f6025e268524e009bf6815a1c You're receiving this email because of your account on gitlab.archlinux.org.
