[packages_10.03.2] umurmur: merge r29332
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:33:18 +0000 (20:33 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 4 Feb 2012 20:33:18 +0000 (20:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30124 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/umurmur/Makefile

index 8c61ba2..366ffdb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2010 OpenWrt.org
+# Copyright (C) 2009-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=umurmur
-PKG_VERSION:=0.2.6
+PKG_VERSION:=0.2.8
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://umurmur.googlecode.com/files/
-PKG_MD5SUM:=06dc224be5160e172574c9248682140b
+PKG_MD5SUM:=67adca861dcd46958066081e57b15de5
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
@@ -23,7 +23,7 @@ define Package/umurmur/Default
   CATEGORY:=Network
   SUBMENU:=Instant Messaging
   TITLE:=uMurmur
-  DEPENDS:=+libconfig
+  DEPENDS:=+libconfig +libprotobuf-c
   URL:=http://code.google.com/p/umurmur
   MAINTAINER:=Martin Johansson <martin@fatbob.nu>
 endef