mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump ethtool version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
0645f44a1f
commit
41aa911d92
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.18"
|
VERSION="4.19"
|
||||||
SRCDIR="ethtool-${VERSION}"
|
SRCDIR="ethtool-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://www.kernel.org/pub/software/network/ethtool/"
|
URL="https://www.kernel.org/pub/software/network/ethtool/"
|
||||||
SHA256SUM="90948555d4c017561d0d8795f2dc61893a4932c0f3b85e6d422afd7031b7c110"
|
SHA256SUM="b18a6c364e42c29cdac057cf183c9674163db96b30848adfa8c2a90450f6d0c8"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue