From e7c2b733093a1b92150f7ee4ee6bf87ad07a11dc Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 26 Dec 2018 09:42:43 +0000 Subject: [PATCH] main/ethtool: upgrade to 4.19 --- main/ethtool/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index a7603e5626..417ebc202e 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=ethtool -pkgver=4.17 +pkgver=4.19 pkgrel=0 pkgdesc="Utility for controlling network drivers and hardware" url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9c8f72e32c480ec4ece7ca49acb8af668989e1e32fb1e6b884bbb6f2ffefc2a5241b5f278766e51ab01772b4f7437d7556354583c5bb63fc59ac6daecb046e8e ethtool-4.17.tar.xz" +sha512sums="5b0b83e09799a04e401563e34c4c784029803ecf83d5ba4f3a9cc92bfc7c2bc9cb0d86cb76ac9a7ffbfb379f6a0fc4bc3e0cf9b7826971e46504052e40156abd ethtool-4.19.tar.xz" -- GitLab