summaryrefslogtreecommitdiffstats
path: root/protobuf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-25 20:28:06 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-25 20:28:06 +0000
commit0f57eb45be4818beb185feb90040e7a8bd7be204 (patch)
treeea823d3f2797d589e830a33f2958b85ff15675fb /protobuf
parent59d0f626906a6d7a234eefb946a2677dacdb5d90 (diff)
downloadasb-0f57eb45be4818beb185feb90040e7a8bd7be204.tar.gz
asb-0f57eb45be4818beb185feb90040e7a8bd7be204.tar.xz
protobuf: update to 3.19.0
Diffstat (limited to 'protobuf')
-rwxr-xr-xprotobuf/build/protobuf.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/protobuf/build/protobuf.SlackBuild b/protobuf/build/protobuf.SlackBuild
index 2abba8ce..954ba7fd 100755
--- a/protobuf/build/protobuf.SlackBuild
+++ b/protobuf/build/protobuf.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2014, 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2014, 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -36,6 +36,8 @@
# * Update.
# 3.13.0-1: 25/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Update. Python setuptools are part of Slackware.
+# 3.19.0-1: 25/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh protobuf.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
# -----------------------------------------------------------------------------
PRGNAM=protobuf
-VERSION=${VERSION:-3.13.0}
+VERSION=${VERSION:-3.19.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}