diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-17 20:47:08 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-24 15:45:38 +0200 |
| commit | c9d0c8c3ef5a6fc923cdd0bd110e9a41d4711555 (patch) | |
| tree | d1be9ca86dc67d97a1c567def31d7879edd0c9c5 /package/protobuf | |
| parent | 4badc2a6bc6c8c91db6421081a68b3ffc96c3158 (diff) | |
| download | buildroot-c9d0c8c3ef5a6fc923cdd0bd110e9a41d4711555.tar.gz buildroot-c9d0c8c3ef5a6fc923cdd0bd110e9a41d4711555.zip | |
protobuf, python-protobuf: bump to v3.4.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/protobuf')
| -rw-r--r-- | package/protobuf/protobuf.hash | 2 | ||||
| -rw-r--r-- | package/protobuf/protobuf.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash index 1c7bd43b01..fa02440a40 100644 --- a/package/protobuf/protobuf.hash +++ b/package/protobuf/protobuf.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 5e2587dea2f9287885e3b04d3a94ed4e8b9b2d2c5dd1f0032ceef3ea1d153bd7 protobuf-cpp-3.3.0.tar.gz +sha256 2bb34b4a8211a30d12ef29fd8660995023d119c99fbab2e5fe46f17528c9cc78 protobuf-cpp-3.4.1.tar.gz diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 51c791a810..d2782ddcfd 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -7,7 +7,7 @@ # When bumping this package, make sure to also verify if the # python-protobuf package still works, as they share the same # version/site variables. -PROTOBUF_VERSION = 3.3.0 +PROTOBUF_VERSION = 3.4.1 PROTOBUF_SOURCE = protobuf-cpp-$(PROTOBUF_VERSION).tar.gz PROTOBUF_SITE = https://github.com/google/protobuf/releases/download/v$(PROTOBUF_VERSION) PROTOBUF_LICENSE = BSD-3-Clause |

