mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump iproute2 version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
ebee030b86
commit
0faf37f421
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.17.0"
|
||||
VERSION="4.18.0"
|
||||
SRCDIR="iproute2-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/utils/net/iproute2/"
|
||||
SHA256SUM="6fa991b092315887775b9e47dc6a89af7ae09dd3ad4ccff754d055c566b4be6e"
|
||||
SHA256SUM="a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45"
|
||||
DEPENDS="bdb libmnl"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue