mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump ethtool version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
c94b7320dd
commit
7009e9554a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="4.15"
|
VERSION="4.16"
|
||||||
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="71f7fd32483ffdc7c6c4d882e230714eb101df0a46cbe396dbeb8ac78f1ef91a"
|
SHA256SUM="fe967a6722db2099fa63d847b6628e3e31cf9f53571a37503347dcc3e4015a03"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue