mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump iproute2 version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
61393153d4
commit
14c8a79268
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="4.15.0"
|
||||
VERSION="4.16.0"
|
||||
SRCDIR="iproute2-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="https://www.kernel.org/pub/linux/utils/net/iproute2/"
|
||||
SHA256SUM="48d4616a99d7b609b7b795c0ae8ec57099fb0271ed89253e8772c02327798355"
|
||||
SHA256SUM="0c5c24020fd7349fe25728c5edee9fb6a1bc8a38f08e23be5c57a6301e55ee0a"
|
||||
DEPENDS="bdb libmnl"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue