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 <goliath@infraroot.at>
This commit is contained in:
parent
b7bb057e45
commit
1bac7a842b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="7.2.3"
|
VERSION="8.0.2"
|
||||||
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="74ab38177548abe968c2abacefffdd97b573acaedd4f77b6c0a54ae38f68566e"
|
SHA256SUM="33a26ad561546cd2cfe1e6de6352a85df72b41c37def8c7eb00e90e57c627a5c"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue