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
41aa911d92
commit
6c0ec9a4ab
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.18.0"
|
||||
VERSION="4.19.0"
|
||||
SRCDIR="iproute2-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/utils/net/iproute2/"
|
||||
SHA256SUM="a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45"
|
||||
SHA256SUM="d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984"
|
||||
DEPENDS="libmnl"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue