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 d166ac667..58b63ab65 100644 --- a/core/dhcpcd/PKGBUILD +++ b/core/dhcpcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 179927 2013-03-12 12:59:52Z foutrelis $ +# $Id: PKGBUILD 184223 2013-05-04 10:58:11Z foutrelis $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Tom Killian <tom.archlinux.org> # Contributor: Judd Vinet <jvinet.zeroflux.org> pkgname=dhcpcd -pkgver=5.6.7 +pkgver=5.6.8 pkgrel=1 pkgdesc="RFC2131 compliant DHCP client daemon" url="http://roy.marples.name/projects/dhcpcd/" @@ -17,7 +17,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=('2f9f2f432e43181497c4909725e29239c9ff004a' +sha1sums=('93c1a071eb406084d0a71c14e5707af4cd453917' 'b67b9ce6a2faaca75fea356966a16be2283b7db0' '6245b8db7e6f39a0305571726bb693a53901c400' 'e49e01041f831281a1cd0c97ca21204e0aa07fda') |