From 61bb182487f04c416ebf39554b70f48c97022f58 Mon Sep 17 00:00:00 2001 From: prspkt Date: Sat, 16 Jun 2018 18:27:01 +0300 Subject: [PATCH] main/ethtool: upgrade to 4.17 Shorten package description. --- main/ethtool/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index 150be35d32f..a7603e56266 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa pkgname=ethtool -pkgver=4.16 +pkgver=4.17 pkgrel=0 -pkgdesc="ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices." +pkgdesc="Utility for controlling network drivers and hardware" url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" arch="all" license="GPL-2.0" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c0cd28ca34e7fdc9af3335fd0b666b4b879ecbaf0c0bccf032aa36fdd66cbb01b6ddf16c6b60823d46a81f9b5f377047422ac88cc7cd0a869e239a3171966c66 ethtool-4.16.tar.xz" +sha512sums="9c8f72e32c480ec4ece7ca49acb8af668989e1e32fb1e6b884bbb6f2ffefc2a5241b5f278766e51ab01772b4f7437d7556354583c5bb63fc59ac6daecb046e8e ethtool-4.17.tar.xz"