diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-19 01:40:02 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-09-26 19:30:52 -0700 |
commit | 0c3ee90b076409b0af94e910e90bac6adb4c7b6b (patch) | |
tree | 23b26d880b54c73812f86993194abd1e2ef17ff6 /libs | |
parent | bb4649f168e070a5d897e3e1c5e1bab262d59245 (diff) |
protobuf: update to 3.17.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/protobuf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index f9f1747c0..7bf304c8f 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=protobuf -PKG_VERSION:=3.17.2 +PKG_VERSION:=3.17.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION) -PKG_HASH:=13c5e07a8e2d6847794ac3f23947d9641cab7ded0c50854aad624d48f2821e60 +PKG_HASH:=51cec99f108b83422b7af1170afd7aeb2dd77d2bcbb7b6bad1f92509e9ccf8cb PKG_MAINTAINER:=Ken Keys <kkeys@caida.org> PKG_LICENSE:=BSD-3-Clause |