diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-10-04 17:54:55 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-10-04 17:54:55 +0000 |
commit | f510f540dd136bc71072451bd1400ce792e49b50 (patch) | |
tree | a1441a3152454b5734b5952dc70ceb70548db256 /user/dhcpcd/APKBUILD | |
parent | ca17e45685f23a5895186d6eaa2706722d065fb6 (diff) | |
parent | 4d2d3132e88db52077194c7a3d81526365ad4745 (diff) | |
download | packages-f510f540dd136bc71072451bd1400ce792e49b50.tar.gz packages-f510f540dd136bc71072451bd1400ce792e49b50.tar.bz2 packages-f510f540dd136bc71072451bd1400ce792e49b50.tar.xz packages-f510f540dd136bc71072451bd1400ce792e49b50.zip |
Merge branch 'bump.djt.20191003' into 'master'
October Bumps
See merge request adelie/packages!355
Diffstat (limited to 'user/dhcpcd/APKBUILD')
-rw-r--r-- | user/dhcpcd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/dhcpcd/APKBUILD b/user/dhcpcd/APKBUILD index 7dc1343f9..8c9ed8bc0 100644 --- a/user/dhcpcd/APKBUILD +++ b/user/dhcpcd/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Dan Theisen <djt@hxx.in> pkgname=dhcpcd -pkgver=7.2.2 +pkgver=8.0.6 pkgrel=0 pkgdesc="RFC2131 compliant DHCP client" url="https://roy.marples.name/projects/dhcpcd" @@ -47,6 +47,6 @@ package() { "$pkgdir"/etc/init.d/dhcpcd } -sha512sums="a774c4788efbb9712be04d3f29943b801043f9ec1ea1925282330afa00b9f3db5c29a85969ef004bf85b20045b4cc6ab241ceaae050a18051079d396845845e8 dhcpcd-7.2.2.tar.xz +sha512sums="19a568800a4e510a250de7cc111700b364c68bfe3907f1ac2cda81aacd079cb9ac87731cbabbf8f1e85e055a11c7ba88e419f6c4d7b33f8842dfaeadc7d1e193 dhcpcd-8.0.6.tar.xz 1c19eed0f7a008ee96ea392beb327169ff8c83fc27fed20f65f05c9125f60629ebe3474c5e6a7cf4aeeea448fde4264c9b84916efacd67d47ab908c47b1fc3a5 fix-chrony-conf-location.patch e777432c2efc84285b41e63a4687f3bd543f6864218d037529ab78b5ad934de154f28f478bd9facb56628f2953aad8a932bc2eb8b1dfffa0ce2278ffcfc4d880 dhcpcd.initd" |