diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 00:41:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 00:41:30 +0700 |
commit | e619aa872fa6a53938be85e4888fab8eaece4ac9 (patch) | |
tree | 278269e66792735dc1565efaa51076e6eab59335 /misc/protobuf3 | |
parent | 7fc086583eea04353ebc2742ca64da3fda20d766 (diff) | |
download | slackbuilds-e619aa872fa6a53938be85e4888fab8eaece4ac9.tar.gz |
misc/protobuf3: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 | ||||
-rw-r--r-- | misc/protobuf3/protobuf3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 9e09822181..6795c09f1a 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.1.0} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/protobuf3/protobuf3.info b/misc/protobuf3/protobuf3.info index 2bbf62727e..e6b1460c6f 100644 --- a/misc/protobuf3/protobuf3.info +++ b/misc/protobuf3/protobuf3.info @@ -1,9 +1,9 @@ PRGNAM="protobuf3" -VERSION="3.1.0" +VERSION="3.2.1" HOMEPAGE="https://github.com/google/protobuf" -DOWNLOAD="https://github.com/google/protobuf/archive/v3.1.0/protobuf-3.1.0.tar.gz \ +DOWNLOAD="https://github.com/google/protobuf/archive/v3.2.1/protobuf-3.2.1.tar.gz \ https://github.com/google/googletest/archive/release-1.8.0/googletest-release-1.8.0.tar.gz" -MD5SUM="14a532a7538551d5def317bfca41dace \ +MD5SUM="94d3a8148c35cedd2db953245e057a67 \ 16877098823401d1bf2ed7891d7dce36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |