mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump dhcpcd version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
848411862a
commit
41fe94e070
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="7.0.4"
|
VERSION="7.0.5"
|
||||||
SRCDIR="dhcpcd-${VERSION}"
|
SRCDIR="dhcpcd-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://roy.marples.name/downloads/dhcpcd"
|
URL="https://roy.marples.name/downloads/dhcpcd"
|
||||||
SHA256SUM="1fa414be34383578e2c343dfc8cdcb95e2da74f62121b394c88d60698c889a78"
|
SHA256SUM="aa43fdb990be7c413fa92bdbcfb3775e4cdbff725cbcb68cd2a714ed4f58879d"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue