diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-03-19 20:34:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-20 20:45:16 +0700 |
commit | 767ee670ec71ce8527d1be75f9def0ffee534c93 (patch) | |
tree | cfa64237a4eb379eb46d67ed82ac89374602f106 /misc/sbo-templates/sbo-templates.SlackBuild | |
parent | 064654f3397936c36f398d2ee884434e61ee763f (diff) |
misc/sbo-templates: Updated for version 1.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/sbo-templates/sbo-templates.SlackBuild')
-rw-r--r-- | misc/sbo-templates/sbo-templates.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sbo-templates/sbo-templates.SlackBuild b/misc/sbo-templates/sbo-templates.SlackBuild index 5c8e70af17988..9bf1390cb0499 100644 --- a/misc/sbo-templates/sbo-templates.SlackBuild +++ b/misc/sbo-templates/sbo-templates.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sbo-templates -# Copyright 2015-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sbo-templates -VERSION=${VERSION:-1.3.2} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |