summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}