libprotobuf-c: bump revision

Attempt to fix:
CANNOT LINK EXECUTABLE "protoc-c": cannot locate symbol "_ZN6google8protobuf2io7Printer5PrintEPKc"
This commit is contained in:
Leonid Pliushch 2019-06-05 00:30:35 +03:00
parent 11cb9b4b55
commit 3314cb5191
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Protocol buffers C library"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=1.3.1
TERMUX_PKG_SHA256=51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/protobuf-c/protobuf-c/releases/download/v${TERMUX_PKG_VERSION}/protobuf-c-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267
TERMUX_PKG_DEPENDS="libprotobuf, protobuf"