mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/protobuf3: Updated for version 3.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b07d64e372
commit
d5bc547748
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=protobuf3
|
||||
VERSION=${VERSION:-3.10.0}
|
||||
VERSION=${VERSION:-3.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="3.10.0"
|
||||
VERSION="3.10.1"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.10.0/protobuf-3.10.0.tar.gz"
|
||||
MD5SUM="3899380f3d6944a7fd16c39faa9bb0a0"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.10.1/protobuf-3.10.1.tar.gz"
|
||||
MD5SUM="021c09b560ab9651967afc8d9450cca2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- protobuf-3.10.0/src/google/protobuf/text_format.h.orig 2019-10-13 10:42:21.345593616 +0700
|
||||
+++ protobuf-3.10.0/src/google/protobuf/text_format.h 2019-10-13 10:42:34.151188015 +0700
|
||||
--- protobuf-3.10.1/src/google/protobuf/text_format.h.orig 2019-10-13 10:42:21.345593616 +0700
|
||||
+++ protobuf-3.10.1/src/google/protobuf/text_format.h 2019-10-13 10:42:34.151188015 +0700
|
||||
@@ -42,6 +42,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue