From 18bd88f76b254d6a15b36b02d0f5fbc60c878121 Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 4 Apr 2012 08:50:58 +0400 Subject: [PATCH] libhubbub: update to 0.1.2 --- libhubbub/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libhubbub/Makefile b/libhubbub/Makefile index 5b1cfc3..7e8fe22 100644 --- a/libhubbub/Makefile +++ b/libhubbub/Makefile @@ -1,12 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libhubbub -PKG_VERSION:=0.0.2 +PKG_VERSION:=0.1.2 PKG_RELEASE:=1 PKG_SOURCE:=hubbub-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=http://www.netsurf-browser.org/projects/releases/ PKG_BUILD_DIR:=$(BUILD_DIR)/hubbub-$(PKG_VERSION) +PKG_MD5SUM:=94e2819843f1e675dcccd2e569c9a0a2 include $(INCLUDE_DIR)/package.mk