Date: Friday, October 21, 2022 @ 19:17:49 Author: arojas Revision: 1333270
upgpkg: hackrf 2022.09.1-1: Update to 2022.09.1 Modified: hackrf/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-21 19:17:09 UTC (rev 1333269) +++ PKGBUILD 2022-10-21 19:17:49 UTC (rev 1333270) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> # Contributor: Dominik Heidler <[email protected]> pkgname=hackrf -pkgver=2021.03.1 -pkgrel=2 +pkgver=2022.09.1 +pkgrel=1 pkgdesc="Driver for HackRF, allowing general purpose software defined radio (SDR)." arch=('x86_64') url="https://github.com/mossmann/hackrf" @@ -13,7 +13,7 @@ #source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz" source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz" 'hackrf.conf') -md5sums=('70003f1c72b19071a691a72e476039d1' +md5sums=('bfd8e34be23e0b35c6663fc51c2e5163' '01ad1ba4a27d820e8f9abeb5fa88bfc6') prepare() {
