diff options
Diffstat (limited to 'abs/extra-testing/dnsmasq/PKGBUILD')
-rw-r--r-- | abs/extra-testing/dnsmasq/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/dnsmasq/PKGBUILD b/abs/extra-testing/dnsmasq/PKGBUILD index a413df4..f888ccd 100644 --- a/abs/extra-testing/dnsmasq/PKGBUILD +++ b/abs/extra-testing/dnsmasq/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=dnsmasq -pkgver=2.52 +pkgver=2.55 pkgrel=1 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server" url="http://www.thekelleys.org.uk/dnsmasq/doc.html" @@ -15,7 +15,6 @@ backup=('etc/dnsmasq.conf') install= source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz" 'rc.dnsmasq') -md5sums=('1bb32fffdb4f977ead607802b5d701d0' 'e956eee1ec24212a3254d2b168187495') build() { cd $srcdir/$pkgname-$pkgver @@ -38,3 +37,5 @@ build() { } # vim: ts=2 sw=2 et ft=sh +md5sums=('b093d7c6bc7f97ae6fd35d048529232a' + 'e956eee1ec24212a3254d2b168187495') |