protobuf-c: update to 1.3.3

Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-02-21 19:21:04 -08:00
parent 5af9f00c26
commit e547169c51
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
@@ -1,7 +1,10 @@
SET(PACKAGE protobuf-c)
SET(PACKAGE_NAME protobuf-c)
SET(PACKAGE_VERSION 1.3.2)
SET(PACKAGE_VERSION 1.3.3)
+set(PACKAGE_URL https://github.com/protobuf-c/protobuf-c)
+set(PACKAGE_DESCRIPTION "Protocol Buffers implementation in C")
@@ -11,7 +11,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
@@ -137,6 +140,9 @@ IF(CMAKE_HOST_UNIX)
@@ -141,6 +144,9 @@ IF(CMAKE_HOST_UNIX)
INSTALL(CODE "EXECUTE_PROCESS (COMMAND ln -sf protoc-gen-c protoc-c WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin)")
ENDIF()