aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Searle <joe@jsearle.net>2019-09-24 09:35:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-24 09:51:42 +0000
commitbcb6eca581a9f6c78bf197629c48b9c5871ff582 (patch)
tree0f183022f7fe3d48217370e9dd830ab3dc006f32
parente92bc1e70dc05a1b85f96ed8192b19ff63193595 (diff)
downloadaports-bcb6eca581a9f6c78bf197629c48b9c5871ff582.tar.bz2
aports-bcb6eca581a9f6c78bf197629c48b9c5871ff582.tar.xz
main/ethtool: upgrade to 5.3
-rw-r--r--main/ethtool/APKBUILD7
1 files 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 <ncopa@alpinelinux.org>
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"