diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 13:24:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 13:24:14 +0700 |
commit | d5bc547748894a1dc44bcb3bf3db38c37c0c9766 (patch) | |
tree | e9109c21990b037081be7d675a64ab9cccdf1231 /misc | |
parent | b07d64e372c3ac6a5fcccc72c3c8b1b4c6dd91f7 (diff) | |
download | slackbuilds-d5bc547748894a1dc44bcb3bf3db38c37c0c9766.tar.gz |
misc/protobuf3: Updated for version 3.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.patch | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 136585e976..432b400f62 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -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} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index fb8b924753..f0bfbef595 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -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="" diff --git a/misc/protobuf3/protobuf3.patch b/misc/protobuf3/protobuf3.patch index 8211c981fb..a69862dd63 100644 --- a/misc/protobuf3/protobuf3.patch +++ b/misc/protobuf3/protobuf3.patch @@ -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> |