diff options
Diffstat (limited to 'package/protobuf/Makefile')
| -rw-r--r-- | package/protobuf/Makefile | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/package/protobuf/Makefile b/package/protobuf/Makefile index 780618167..10920ae2f 100644 --- a/package/protobuf/Makefile +++ b/package/protobuf/Makefile @@ -4,12 +4,14 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		protobuf -PKG_VERSION:=		3.1.0 +PKG_VERSION:=		3.19.4  PKG_RELEASE:=		1 -PKG_HASH:=		fb2a314f4be897491bb2446697be693d489af645cb0e165a85e7e64e07eb134d +PKG_HASH:=		3bd7828aa5af4b13b99c191e8b1e884ebfa9ad371b0ce264605d347f135d2568  PKG_DESCR:=		extensible mechanism for serializing structured data  PKG_SECTION:=		libs/misc  PKG_URL:=		https://developers.google.com/protocol-buffers/ +PKG_BUILDDEP:=		protobuf-host +PKG_NEEDS:=		c++  PKG_SITES:=		https://github.com/google/protobuf/archive/  PKG_OPTS:=		dev | 
