diff options
author | prspkt <prspkt@protonmail.com> | 2018-06-16 18:27:01 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 10:30:31 +0300 |
commit | 61bb182487f04c416ebf39554b70f48c97022f58 (patch) | |
tree | 9437d54c8e84dc2872a24d618e5202e3028c88af /main/ethtool/APKBUILD | |
parent | 383a84a7bdd5db1f289eb91d16afdf5285bc9f70 (diff) | |
download | aports-61bb182487f04c416ebf39554b70f48c97022f58.tar.bz2 aports-61bb182487f04c416ebf39554b70f48c97022f58.tar.xz |
main/ethtool: upgrade to 4.17
Shorten package description.
Diffstat (limited to 'main/ethtool/APKBUILD')
-rw-r--r-- | main/ethtool/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index 150be35d32..a7603e5626 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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" |