diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2020-05-30 08:57:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-30 08:57:09 +0700 |
commit | e105bc9f7228cb3359d74b5d620862c912a7c22c (patch) | |
tree | b7f97c3633faf45d70d4f8a43235141e54dc2e98 /system/btrbk/btrbk.SlackBuild | |
parent | f11659fe4972a11d8b52e97c1b093124f946be7d (diff) | |
download | slackbuilds-e105bc9f7228cb3359d74b5d620862c912a7c22c.tar.gz |
system/btrbk: Updated for version 0.29.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/btrbk/btrbk.SlackBuild')
-rw-r--r-- | system/btrbk/btrbk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/btrbk/btrbk.SlackBuild b/system/btrbk/btrbk.SlackBuild index 9f1dba424e..456319f52e 100644 --- a/system/btrbk/btrbk.SlackBuild +++ b/system/btrbk/btrbk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for btrbk -# Copyright 2019 Alan Aversa +# Copyright 2020 Alan Aversa # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=btrbk -VERSION=${VERSION:-0.29.0} +VERSION=${VERSION:-0.29.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |