diff options
author | root <root@rshg054.dnsready.net> | 2013-01-08 01:01:51 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-08 01:01:51 -0800 |
commit | c6944c224fa06987b04ffc1e90f5db0dfb200be9 (patch) | |
tree | 9660fefded7f8fd5e1ea1a47e60c13e80bbb7d25 /core/dhcpcd | |
parent | 6691bda410e7b989932f459d788e7caa7bbd3a41 (diff) |
Tue Jan 8 01:01:51 PST 2013
Diffstat (limited to 'core/dhcpcd')
-rw-r--r-- | core/dhcpcd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/dhcpcd/PKGBUILD b/core/dhcpcd/PKGBUILD index 246563659..aa41b1089 100644 --- a/core/dhcpcd/PKGBUILD +++ b/core/dhcpcd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 171912 2012-11-23 13:37:09Z ronald $ +# $Id: PKGBUILD 174850 2013-01-07 21:57:19Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Tom Killian <tom.archlinux.org> # Contributor: Judd Vinet <jvinet.zeroflux.org> pkgname=dhcpcd -pkgver=5.6.3 -pkgrel=2 +pkgver=5.6.4 +pkgrel=1 pkgdesc="RFC2131 compliant DHCP client daemon" url="http://roy.marples.name/projects/dhcpcd/" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf') options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \ 'dhcpcd.conf.d' 'dhcpcd_.service' 'dhcpcd.service') -sha1sums=('d64b589d15821aa5851fda81078183cc61a3e45a' +sha1sums=('18a09d8fabf926e5d32bd6315b40d77247b11596' 'b67b9ce6a2faaca75fea356966a16be2283b7db0' 'd5304eb00828d4ee2fd879addce473ea09c47635' 'e49e01041f831281a1cd0c97ca21204e0aa07fda') |