diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 0fd3de9fe..3b3b25c58 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libprotobuf-c -PKG_VERSION:=v1.2.1 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) +PKG_VERSION:=v1.3.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MIRROR_HASH:=2ebe48454fe454d118cf952655a24477c4bed892cee7ae085dc56d05ac711a8a +PKG_MIRROR_HASH:=596b8cfa47d66cf4278229b780125e199bc0df08defe849654b1ffb5e52b0c03 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/protobuf-c/protobuf-c.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_BUILD_DEPENDS:=protobuf-c/host -PKG_BUILD_DEPENDS:=protobuf/host +HOST_BUILD_DEPENDS:=protobuf/host PKG_INSTALL:=1 PKG_FIXUP:=autoreconf