From: Rosen Penev Date: Sat, 11 Mar 2023 00:16:47 +0000 (-0800) Subject: protobuf-c: update to 1.4.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=98a2ffb159c24c65e4b1e47e7ff31b86a1968885;p=openwrt-packages.git protobuf-c: update to 1.4.1 Signed-off-by: Rosen Penev --- 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)