diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 21:38:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 21:38:44 +0000 |
commit | 469a88e4c7e483f02a5b3c6a25feec3fb999e3a3 (patch) | |
tree | 0e9dd0fde03c6cc862d0895eaf1a0b2455bed14c /package | |
parent | 744c8224a2cdae4086f6bc7477521ee5c8909989 (diff) | |
download | buildroot-novena-469a88e4c7e483f02a5b3c6a25feec3fb999e3a3.tar.gz buildroot-novena-469a88e4c7e483f02a5b3c6a25feec3fb999e3a3.zip |
avahi: bump version
Diffstat (limited to 'package')
-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 5f996be05..e4b34a072 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.22 +AVAHI_VERSION = 0.6.23 AVAHI_SOURCE = avahi-$(AVAHI_VERSION).tar.gz AVAHI_SITE = http://www.avahi.org/download/ AVAHI_INSTALL_STAGING = YES |