summaryrefslogtreecommitdiff
path: root/package/protobuf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-08 05:44:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-08 05:45:59 +0200
commitab24df95b741ce4fa292e0ca03260dec91549453 (patch)
treea430df402358d1074e13bb8c034dcb769eb875ea /package/protobuf
parente44a5006794e18476729fc723d010abbc0416f23 (diff)
protobuf: fix hash
Diffstat (limited to 'package/protobuf')
-rw-r--r--package/protobuf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf/Makefile b/package/protobuf/Makefile
index bff6f1084..780618167 100644
--- a/package/protobuf/Makefile
+++ b/package/protobuf/Makefile
@@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= protobuf
PKG_VERSION:= 3.1.0
PKG_RELEASE:= 1
-PKG_HASH:= 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7
+PKG_HASH:= fb2a314f4be897491bb2446697be693d489af645cb0e165a85e7e64e07eb134d
PKG_DESCR:= extensible mechanism for serializing structured data
PKG_SECTION:= libs/misc
PKG_URL:= https://developers.google.com/protocol-buffers/