diff options
author | Martchus | 2025-01-12 23:24:56 +0100 |
---|---|---|
committer | Martchus | 2025-01-12 23:24:56 +0100 |
commit | 5f64f03c50297b68bb5efe88d0e951608e6771f5 (patch) | |
tree | a141ef5f14c66976fa632305d21c96cc2c389ff9 | |
parent | 588dd51123bde282c2104b84ee88d4f863a51a51 (diff) | |
download | aur-5f64f03c50297b68bb5efe88d0e951608e6771f5.tar.gz |
Update to 1.6.6
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = hw-probe pkgdesc = Probe for hardware, check its operability and upload result to https://linux-hardware.org - pkgver = 1.6.5 - pkgrel = 3 + pkgver = 1.6.6 + pkgrel = 1 url = https://github.com/linuxhw/hw-probe arch = any license = LGPL-2.1-or-later OR BSD-4-Clause @@ -20,7 +20,7 @@ pkgbase = hw-probe optdepends = inxi optdepends = pnputils optdepends = efibootmgr - source = https://github.com/linuxhw/hw-probe/archive/1.6.5.tar.gz - sha256sums = 42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1 + source = https://github.com/linuxhw/hw-probe/archive/1.6.6.tar.gz + sha256sums = d8d31ed978095d0bd2ca7af51cfee8b97c97f7168ddb48a479a1632e1af84c7b pkgname = hw-probe @@ -5,14 +5,14 @@ # you also find the URL of a binary repository. pkgname=hw-probe -pkgver=1.6.5 -pkgrel=3 +pkgver=1.6.6 +pkgrel=1 pkgdesc="Probe for hardware, check its operability and upload result to https://linux-hardware.org" arch=('any') url="https://github.com/linuxhw/hw-probe" license=('LGPL-2.1-or-later OR BSD-4-Clause') source=("$url/archive/$pkgver.tar.gz") -sha256sums=('42030ba2fb3f6fb0772ab34744fbb91a89b1b6a9b0ed99e861fa05ff86968fb1') +sha256sums=('d8d31ed978095d0bd2ca7af51cfee8b97c97f7168ddb48a479a1632e1af84c7b') depends=('perl' 'hwinfo' 'curl' 'dmidecode' 'pciutils' 'usbutils' 'net-tools' 'v4l-utils-git' 'ddcutil' 'acpica') optdepends=('hdparm' 'smartmontools' 'inxi' 'pnputils' 'efibootmgr') |