diff options
Diffstat (limited to 'core/dhcpcd/PKGBUILD')
-rw-r--r-- | core/dhcpcd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dhcpcd/PKGBUILD b/core/dhcpcd/PKGBUILD index c1d8f239c..e72456a02 100644 --- a/core/dhcpcd/PKGBUILD +++ b/core/dhcpcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 191940 2013-08-01 13:10:13Z dreisner $ +# $Id: PKGBUILD 192483 2013-08-12 21:11:39Z dreisner $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Tom Killian <tom.archlinux.org> # Contributor: Judd Vinet <jvinet.zeroflux.org> pkgname=dhcpcd -pkgver=6.0.4 +pkgver=6.0.5 pkgrel=1 pkgdesc="RFC2131 compliant DHCP client daemon" url="http://roy.marples.name/projects/dhcpcd/" @@ -18,7 +18,7 @@ options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" 'dhcpcd_.service' 'dhcpcd.service') -sha1sums=('3e93b02071015e90f9199658c04509e4b565dd4d' +sha1sums=('433555ac11669333344d7ec80120f3ccdd0fcae5' '6245b8db7e6f39a0305571726bb693a53901c400' 'e49e01041f831281a1cd0c97ca21204e0aa07fda') |