* update ethtool to 1:6.9-1

This commit is contained in:
Alexander Baldeck 2024-08-09 14:54:11 +02:00
parent 3a88d6138f
commit 5b02ad9207
2 changed files with 20 additions and 2 deletions

18
ethtool/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = ethtool
pkgdesc = Utility for controlling network drivers and hardware
pkgver = 6.9
pkgrel = 1
epoch = 1
url = https://www.kernel.org/pub/software/network/ethtool/
arch = x86_64
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
validpgpkeys = CE4A4D080F0D304F23B9EBDD972D5BF4DC613806
validpgpkeys = D2CB120AB45957B721CD9596F4554567B91DE934
sha256sums = a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9
sha256sums = SKIP
pkgname = ethtool

View File

@ -4,7 +4,7 @@
# Contributor: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
pkgver=6.7
pkgver=6.9
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@ -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=('c3ae526b01ce4d8df6c794ab170de4a4104d111ea8d8db3f1fd7c25fcb905619'
sha256sums=('a71b0354010661c5cf178bc606ed50fcb91805cf1897ad0eb2818387a5fd0cd9'
'SKIP')
validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806 # John W. Linville <linville@kernel.org>
D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek <mkubecek@suse.cz>