From aec72d5239bdfe78529696e14a76bc5e72c5ef48 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Thu, 18 Apr 2019 02:55:54 -0400 Subject: user/ethtool: bump to 5.0 --- user/ethtool/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'user') diff --git a/user/ethtool/APKBUILD b/user/ethtool/APKBUILD index 8d4823e3d..e24ad4d76 100644 --- a/user/ethtool/APKBUILD +++ b/user/ethtool/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Max Rees pkgname=ethtool -pkgver=4.18 +pkgver=5.0 pkgrel=0 pkgdesc="Utility for controlling network drivers and hardware" url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" @@ -12,7 +12,6 @@ subpackages="$pkgname-doc" source="https://www.kernel.org/pub/software/network/ethtool/$pkgname-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -24,13 +23,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="e77f9967be4634955640d9dccbc539455d333bcbad61326617dffea32cfd13a72a7dda4087caf6fff41b49c9ce476435cc1310e131705d0ad402685e10b4fb0e ethtool-4.18.tar.xz" +sha512sums="9ff6433466585e38dd0dbb99ed06430cd885f26ef4e11f6b95c024ed7511c376f8d86ff53c298cb8e811193500514737ce21eb0cd925bede0373799eb3a990b6 ethtool-5.0.tar.xz" -- cgit v1.2.3-70-g09d2