[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
This commit is contained in:
jow 2011-11-25 02:23:54 +00:00
parent 8baafae67e
commit d84a710ae2

View 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