diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 09:42:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-26 09:42:43 +0000 |
commit | e7c2b733093a1b92150f7ee4ee6bf87ad07a11dc (patch) | |
tree | 2323772fbf3d6f379a0b6dcafdd90b4dd12b4237 /main/ethtool | |
parent | ca3799aa792a2a26260622751650acc61b27f974 (diff) | |
download | aports-e7c2b733093a1b92150f7ee4ee6bf87ad07a11dc.zip |
main/ethtool: upgrade to 4.19
Diffstat (limited to 'main/ethtool')
-rw-r--r-- | main/ethtool/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ethtool/APKBUILD b/main/ethtool/APKBUILD index a7603e56266..417ebc202e0 100644 --- a/main/ethtool/APKBUILD +++ b/main/ethtool/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ethtool -pkgver=4.17 +pkgver=4.19 pkgrel=0 pkgdesc="Utility for controlling network drivers and hardware" url="https://mirrors.edge.kernel.org/pub/software/network/ethtool/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9c8f72e32c480ec4ece7ca49acb8af668989e1e32fb1e6b884bbb6f2ffefc2a5241b5f278766e51ab01772b4f7437d7556354583c5bb63fc59ac6daecb046e8e ethtool-4.17.tar.xz" +sha512sums="5b0b83e09799a04e401563e34c4c784029803ecf83d5ba4f3a9cc92bfc7c2bc9cb0d86cb76ac9a7ffbfb379f6a0fc4bc3e0cf9b7826971e46504052e40156abd ethtool-4.19.tar.xz" |