aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-03-10 16:16:47 -0800
committerRosen Penev <rosenp@gmail.com>2023-03-10 20:38:06 -0800
commit98a2ffb159c24c65e4b1e47e7ff31b86a1968885 (patch)
tree70a968e751623a71e7526ff193d013d3ebe0cafd
parent7accad56432cfad8f24768436a8955a9be55f21d (diff)
protobuf-c: update to 1.4.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--libs/protobuf-c/Makefile6
1 files 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)