summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dnsmasq/.md5sum2
-rw-r--r--dnsmasq/Pkgfile3
2 files changed, 2 insertions, 3 deletions
diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum
index 63257ed42..b101b8994 100644
--- a/dnsmasq/.md5sum
+++ b/dnsmasq/.md5sum
@@ -1,3 +1,3 @@
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
-07328f6e8a88ae0d0f30f90434282d78 dnsmasq-2.53.tar.lzma
+0ad62ac20fbb7e4e07f3f031c89e1b94 dnsmasq-2.55.tar.lzma
3810b9df4f93a02546027dc21edc18db dnsmasq-config.patch
diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile
index 50532a1ea..34e15de7c 100644
--- a/dnsmasq/Pkgfile
+++ b/dnsmasq/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
-version=2.53
+version=2.55
release=1
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.lzma \
$name-config.patch dnsmasq)
@@ -12,7 +12,6 @@ build () {
cd $name-$version
patch -p1 -i $SRC/$name-config.patch
- sed -i 's/2\.54/2\.53/' src/config.h
make
make PREFIX=$PKG/usr install

Generated by cgit