From d84a710ae21e83219d0b406eb59dd472fb2c9558 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 25 Nov 2011 02:23:54 +0000 Subject: [PATCH] [packages] umurmur: update to v0.2.8 to accomodate for polarssl v1.0.0 git-svn-id: svn://svn.openwrt.org/openwrt/packages@29332 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/umurmur/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/umurmur/Makefile b/net/umurmur/Makefile index 8c61ba214..366ffdb46 100644 --- a/net/umurmur/Makefile +++ b/net/umurmur/Makefile @@ -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 endef