diff options
author | Juergen Daubert <jue@jue.li> | 2012-12-06 17:44:28 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-12-06 17:44:28 +0100 |
commit | b14c58d64be209ef8a9524fb2065fc586eb71b50 (patch) | |
tree | 8a68941bc2ddc80b90830b070ab6d6ffe9a8c642 /dnsmasq | |
parent | 2948b0163a1efea43b7867529ce65ad0cdba825a (diff) | |
download | opt-b14c58d64be209ef8a9524fb2065fc586eb71b50.tar.gz opt-b14c58d64be209ef8a9524fb2065fc586eb71b50.tar.xz |
dnsmasq: update to 2.64
Diffstat (limited to 'dnsmasq')
-rw-r--r-- | dnsmasq/.md5sum | 2 | ||||
-rw-r--r-- | dnsmasq/Pkgfile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index bfb830d5d..1ca6ecf2e 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq -46b2b2dceddab5553b9211b5cbc9d73e dnsmasq-2.63.tar.xz +2bbf1c7bf708abfed52e59101f796fe2 dnsmasq-2.64.tar.xz 7849643871a6de02fd04214fef307248 dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 70f1ff0c2..ac250d037 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=dnsmasq -version=2.63 +version=2.64 release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \ $name-config.patch dnsmasq) @@ -11,7 +11,6 @@ source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \ build () { cd $name-$version - sed -i 's/rc6//' VERSION patch -p1 -i $SRC/$name-config.patch make |