* update ethtool to 1:6.11-1

This commit is contained in:
Alexander Baldeck 2025-02-03 20:45:16 +01:00
parent f3ebd56f10
commit 6c12024413
2 changed files with 11 additions and 7 deletions

View File

@ -1,18 +1,22 @@
pkgbase = ethtool
pkgdesc = Utility for controlling network drivers and hardware
pkgver = 6.9
pkgver = 6.11
pkgrel = 1
epoch = 1
url = https://www.kernel.org/pub/software/network/ethtool/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
depends = glibc
depends = libmnl
source = https://www.kernel.org/pub/software/network/ethtool/ethtool-6.9.tar.xz
source = https://www.kernel.org/pub/software/network/ethtool/ethtool-6.9.tar.sign
source = https://www.kernel.org/pub/software/network/ethtool/ethtool-6.11.tar.xz
source = https://www.kernel.org/pub/software/network/ethtool/ethtool-6.11.tar.sign
validpgpkeys = CE4A4D080F0D304F23B9EBDD972D5BF4DC613806
validpgpkeys = D2CB120AB45957B721CD9596F4554567B91DE934
sha256sums = a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9
sha256sums = 8d91f5c72ae3f25b7e88d4781279dcb320f71e30058914370b1c574c96b31202
sha256sums = SKIP
pkgname = ethtool

View File

@ -4,8 +4,8 @@
# Contributor: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
pkgver=6.9
pkgrel=1.1
pkgver=6.11
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ url="https://www.kernel.org/pub/software/network/ethtool/"
license=('GPL')
depends=('glibc' 'libmnl')
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
sha256sums=('a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9'
sha256sums=('8d91f5c72ae3f25b7e88d4781279dcb320f71e30058914370b1c574c96b31202'
'SKIP')
validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806 # John W. Linville <linville@kernel.org>
D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek <mkubecek@suse.cz>