diff options
Diffstat (limited to 'core/dhcpcd/PKGBUILD')
-rw-r--r-- | core/dhcpcd/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/dhcpcd/PKGBUILD b/core/dhcpcd/PKGBUILD index e72456a02..f6b0abcd7 100644 --- a/core/dhcpcd/PKGBUILD +++ b/core/dhcpcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 192483 2013-08-12 21:11:39Z dreisner $ +# $Id: PKGBUILD 199762 2013-11-15 21:24:38Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Tom Killian <tom.archlinux.org> # Contributor: Judd Vinet <jvinet.zeroflux.org> pkgname=dhcpcd -pkgver=6.0.5 +pkgver=6.1.0 pkgrel=1 pkgdesc="RFC2131 compliant DHCP client daemon" url="http://roy.marples.name/projects/dhcpcd/" @@ -18,9 +18,9 @@ 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=('433555ac11669333344d7ec80120f3ccdd0fcae5' - '6245b8db7e6f39a0305571726bb693a53901c400' - 'e49e01041f831281a1cd0c97ca21204e0aa07fda') +sha1sums=('dcd6970db0440398aaf3ae4b58cc262a67b2e472' + '6f1633edde14d29b5cdc09c4f029a450ef2ebc96' + '7f3e62908037b888df2f6b87af1c7611f462dd08') build() { cd ${srcdir}/${pkgname}-${pkgver} |