From 37c609a5e2e2fa5af1d8e68f375340514bbee66b Mon Sep 17 00:00:00 2001 From: TBK Date: Sat, 14 Apr 2018 04:51:54 +0200 Subject: main/ethtool: upgrade to 4.16, apkbuild update --- main/ethtool/APKBUILD | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index 51625f6b86..150be35d32 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,21 +1,14 @@ # Maintainer: Natanael Copa pkgname=ethtool -pkgver=4.15 +pkgver=4.16 pkgrel=0 -pkgdesc="gkernel ethtool" -url="https://sourceforge.net/projects/gkernel/" +pkgdesc="ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices." +url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" arch="all" license="GPL-2.0" makedepends="linux-headers" -source="http://www.kernel.org/pub/software/network/ethtool/ethtool-$pkgver.tar.xz" subpackages="$pkgname-doc" - -builddir="$srcdir"/$pkgname-$pkgver - -check() { - cd "$builddir" - make check -} +source="https://www.kernel.org/pub/software/network/ethtool/ethtool-$pkgver.tar.xz" build() { cd "$builddir" @@ -27,9 +20,14 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="7ffd76b17b56de4182a14c2a77bf3026715f4af4c60809aed192f5631cb72173ed3c5d451e54711a73b65fee8339d58c857e83ddf60b85057bfed20863476527 ethtool-4.15.tar.xz" +sha512sums="c0cd28ca34e7fdc9af3335fd0b666b4b879ecbaf0c0bccf032aa36fdd66cbb01b6ddf16c6b60823d46a81f9b5f377047422ac88cc7cd0a869e239a3171966c66 ethtool-4.16.tar.xz" -- cgit v1.2.3