From 98a2ffb159c24c65e4b1e47e7ff31b86a1968885 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Mar 2023 16:16:47 -0800 Subject: [PATCH] protobuf-c: update to 1.4.1 Signed-off-by: Rosen Penev --- libs/protobuf-c/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 8c79a8884..b1d167033 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libprotobuf-c -PKG_VERSION:=1.4.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.4.1 +PKG_RELEASE:=1 PKG_SOURCE:=protobuf-c-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/protobuf-c/protobuf-c/releases/download/v$(PKG_VERSION) -PKG_HASH:=26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb +PKG_HASH:=4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f PKG_BUILD_DIR:=$(BUILD_DIR)/protobuf-c-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/protobuf-c-$(PKG_VERSION)