diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-03 09:00:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-03 09:00:24 +0700 |
commit | 206740033281cdfc78204a814debb0e59eec8a0e (patch) | |
tree | 801357dd6ce16dba4e847e1e791adee36959f223 /misc/protobuf3/protobuf3.SlackBuild | |
parent | 6d8745d091b976dd5fcb3c8f528b081abbcfc648 (diff) |
misc/protobuf3: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/protobuf3/protobuf3.SlackBuild')
-rw-r--r-- | misc/protobuf3/protobuf3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/protobuf3/protobuf3.SlackBuild b/misc/protobuf3/protobuf3.SlackBuild index 1cc6510ff282..d08d35d50b91 100644 --- a/misc/protobuf3/protobuf3.SlackBuild +++ b/misc/protobuf3/protobuf3.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf3 -VERSION=${VERSION:-3.17.3} +VERSION=${VERSION:-3.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |