diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-19 01:05:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-19 01:05:07 +0000 |
commit | c86ea5de22b4216ef8ba49312e854ce451f39ca1 (patch) | |
tree | e835a015b234d1ae757d5e178fd53861312d7aba /openwrt/package | |
parent | 442ac53465910abb935ed6f21c71f1de4d416132 (diff) |
update avahi to new upstream release (v0.5.2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2176 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/avahi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/avahi/Makefile b/openwrt/package/avahi/Makefile index 7831475373..12b260f688 100644 --- a/openwrt/package/avahi/Makefile +++ b/openwrt/package/avahi/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi -PKG_VERSION:=0.5 +PKG_VERSION:=0.5.2 PKG_RELEASE:=1 -PKG_MD5SUM:=8a1fcd3131364f8dce569282aab0d137 +PKG_MD5SUM:=dc7ce24ffaab251a2002bf1dfdbe256d PKG_SOURCE_URL:=http://www.freedesktop.org/~lennart/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |