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 <goliath@infraroot.at>
This commit is contained in:
parent
4d57296f10
commit
4118636f70
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.19"
|
VERSION="5.1"
|
||||||
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="b18a6c364e42c29cdac057cf183c9674163db96b30848adfa8c2a90450f6d0c8"
|
SHA256SUM="65feac1fec6565290b7784b2efc925dee900a9b11202ce7c6c30a967c3da3387"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue