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
b2dc5db81b
commit
d1bcce3e82
2 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="8.0.2"
|
VERSION="8.0.6"
|
||||||
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="33a26ad561546cd2cfe1e6de6352a85df72b41c37def8c7eb00e90e57c627a5c"
|
SHA256SUM="66b50199ed83bf502af3fab9ac001b417f0fac7e69c92d97a9c41499cebabd4f"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -1,9 +1,14 @@
|
||||||
|
dir bin 0755 0 0
|
||||||
file bin/dhcpcd 0755 0 0
|
file bin/dhcpcd 0755 0 0
|
||||||
|
dir etc 0755 0 0
|
||||||
file etc/dhcpcd.conf 0644 0 0
|
file etc/dhcpcd.conf 0644 0 0
|
||||||
|
dir lib 0755 0 0
|
||||||
|
dir lib/libexec 0755 0 0
|
||||||
file lib/libexec/dhcpcd-run-hooks 0755 0 0
|
file lib/libexec/dhcpcd-run-hooks 0755 0 0
|
||||||
dir lib/libexec/dhcpcd-hooks 0755 0 0
|
dir lib/libexec/dhcpcd-hooks 0755 0 0
|
||||||
file lib/libexec/dhcpcd-hooks/20-resolv.conf 0644 0 0
|
file lib/libexec/dhcpcd-hooks/20-resolv.conf 0644 0 0
|
||||||
file lib/libexec/dhcpcd-hooks/30-hostname 0644 0 0
|
file lib/libexec/dhcpcd-hooks/30-hostname 0644 0 0
|
||||||
|
dir share 0755 0 0
|
||||||
dir share/dhcpcd 0755 0 0
|
dir share/dhcpcd 0755 0 0
|
||||||
dir share/dhcpcd/hooks 0755 0 0
|
dir share/dhcpcd/hooks 0755 0 0
|
||||||
file share/dhcpcd/hooks/10-wpa_supplicant 0644 0 0
|
file share/dhcpcd/hooks/10-wpa_supplicant 0644 0 0
|
||||||
|
|
Loading…
Reference in a new issue