diff options
author | 2011-03-09 08:58:54 +0100 | |
---|---|---|
committer | 2011-03-09 08:58:54 +0100 | |
commit | 034b92c6855a917b99d1e37b1f5cdaefd3c4a594 (patch) | |
tree | 74c970146e2f659020e4743d71190d3a4a2d851a /package/avahi | |
parent | 820a07365b508c81a35a41cd9fc82512d0d7657b (diff) | |
download | buildroot-034b92c6855a917b99d1e37b1f5cdaefd3c4a594.tar.gz buildroot-034b92c6855a917b99d1e37b1f5cdaefd3c4a594.tar.bz2 |
avahi: bump version
Mainly bugfixes.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/avahi')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 13ae85fc07..dc04869e74 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -10,7 +10,7 @@ # either version 2.1 of the License, or (at your option) any # later version. -AVAHI_VERSION = 0.6.28 +AVAHI_VERSION = 0.6.29 AVAHI_SOURCE = avahi-$(AVAHI_VERSION).tar.gz AVAHI_SITE = http://www.avahi.org/download/ AVAHI_INSTALL_STAGING = YES |