From bcb6eca581a9f6c78bf197629c48b9c5871ff582 Mon Sep 17 00:00:00 2001 From: Joe Searle Date: Tue, 24 Sep 2019 09:35:44 +0000 Subject: main/ethtool: upgrade to 5.3 --- main/ethtool/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index 417ebc202e..ac40a8af1f 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=ethtool -pkgver=4.19 +pkgver=5.3 pkgrel=0 pkgdesc="Utility for controlling network drivers and hardware" url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" @@ -11,7 +11,6 @@ subpackages="$pkgname-doc" source="https://www.kernel.org/pub/software/network/ethtool/ethtool-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -21,13 +20,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="5b0b83e09799a04e401563e34c4c784029803ecf83d5ba4f3a9cc92bfc7c2bc9cb0d86cb76ac9a7ffbfb379f6a0fc4bc3e0cf9b7826971e46504052e40156abd ethtool-4.19.tar.xz" +sha512sums="ad3651f74850e6773489baec27c51d077e3c080eb1d536a585ae05c618304880caf7598df5c9b1416c47ae9c4eac301032f6ea65fe47650dd9ecb7603c1857b0 ethtool-5.3.tar.xz" -- cgit v1.2.3