ethtool: update to 5.6, new dep libmnl

This commit is contained in:
John Vogel 2020-05-12 23:26:24 -04:00
parent 81e103dd65
commit 21131f2f83
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wwq1u+bm1ylxA2FRoJoxlK182Lonh9iFHO5S+FRc4v3YWdU4nRiTNjs6snwFEiSUvTCs+s7YG1GnT0HhiX/rw8=
SHA256 (Pkgfile) = 5ad69380bc4c2b4f743c8d94e62bd31297d5738b92ff17dad7b63ce2f980da1d
RWSagIOpLGJF32UGM7jHEFG6XKFCzkWuLlknos0h2eW64N4ih3MoZb/1i9cnuhKaxPa2h/kQrdJ4+NvtLbOw7x5oDkisR2hG3g4=
SHA256 (Pkgfile) = 3c2199cceaf72007d3aea64eec93ec52ca26cf94e25dd5710ddc54e52bd584f3
SHA256 (.footprint) = b7010c8a6c9ee77045a1147452d549575d32e5da433152cca5594db5894f25f4
SHA256 (ethtool-5.4.tar.xz) = 22f81e4927d6eb6a13a259d705248a96005fce2005e15257f639f5a1c8c52b6b
SHA256 (ethtool-5.6.tar.xz) = ca0f1b526dad5153f0aa0f1eb3c17c31770c75a74f70af622b1a83ae38043995

View File

@ -1,9 +1,10 @@
# Description: Linux net driver diagnostic and tuning tool
# URL: https://www.kernel.org/pub/software/network/ethtool/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: libmnl
name=ethtool
version=5.4
version=5.6
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
@ -13,4 +14,3 @@ build() {
make
make DESTDIR=$PKG install
}