summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy2023-12-26 01:28:07 +0700
committerVadim Yanitskiy2023-12-26 01:28:07 +0700
commit28ef1737b0003d0ef8d32aef4933efeb8f508199 (patch)
tree8bc231ee9a483e21939503a42de629cdffd882a1
parentb636e42163c65456db6e6e6742b73a67aa790eba (diff)
downloadaur-libuhd-firmware.tar.gz
Bump $pkgver 4.5.0.0 -> 4.6.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb8714b4cbe6..1c06c389c04f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libuhd-firmware
pkgdesc = Universal Software Radio Peripheral (USRP) userspace firmware
- pkgver = 4.5.0.0
+ pkgver = 4.6.0.0
pkgrel = 1
url = https://files.ettus.com/manual/
arch = any
license = GPL
depends = libuhd
- source = https://github.com/EttusResearch/uhd/releases/download/v4.5.0.0/uhd-images_4.5.0.0.tar.xz
- sha256sums = 9eb6c0fadf265e3a47425e8de7ee2e6a2c3ed692c3efd337998deeb37920968d
+ source = https://github.com/EttusResearch/uhd/releases/download/v4.6.0.0/uhd-images_4.6.0.0.tar.xz
+ sha256sums = a312587fbe9fffb6043cd96bae50ef283bb55a1e51e1435b5e4a350beb00e59d
pkgname = libuhd-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 92ac700c2b2c..7f2078503594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Dominik Heidler <dheidler@gmail.com>
pkgname=libuhd-firmware
-pkgver=4.5.0.0
+pkgver=4.6.0.0
pkgrel=1
pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
arch=('any')
@@ -11,7 +11,7 @@ url="https://files.ettus.com/manual/"
license=('GPL')
depends=('libuhd')
source=("https://github.com/EttusResearch/uhd/releases/download/v$pkgver/uhd-images_$pkgver.tar.xz")
-sha256sums=('9eb6c0fadf265e3a47425e8de7ee2e6a2c3ed692c3efd337998deeb37920968d')
+sha256sums=('a312587fbe9fffb6043cd96bae50ef283bb55a1e51e1435b5e4a350beb00e59d')
package() {
cd "$srcdir/uhd-images_$pkgver"