aboutsummaryrefslogtreecommitdiffstats
path: root/main/ethtool/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/ethtool/APKBUILD')
-rw-r--r--main/ethtool/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD
index 897e9212c94..c2318492853 100644
--- a/main/ethtool/APKBUILD
+++ b/main/ethtool/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ethtool
-pkgver=5.19
+pkgver=6.7
pkgrel=0
pkgdesc="Utility for controlling network drivers and hardware"
url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/"
@@ -12,6 +12,7 @@ subpackages="$pkgname-doc $pkgname-bash-completion"
source="https://www.kernel.org/pub/software/network/ethtool/ethtool-$pkgver.tar.xz"
build() {
+ CFLAGS="$CFLAGS -flto=auto" \
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,5 +30,5 @@ package() {
}
sha512sums="
-71103c6856a889161ef2bf81eadec69b2f3a84c94aa776d545f889dc1c55b91d566d3b7394dbd2cb70ed92ac19d5f26967b1f829c204f23831d1fb81a0464972 ethtool-5.19.tar.xz
+07d13f9a8f980dab73c07e7c68179cfee272f53103c6dfbce1814b768e3313dc671a0cbefc63d4d53a616876bc1f96db8db2444617e4d58d741fae3acf0be524 ethtool-6.7.tar.xz
"