diff options
-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> |