diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-01-25 23:00:35 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:32 +0700 |
commit | 483594330e4ecbbae11f71d881526c1eedfc334e (patch) | |
tree | 3519f6b1f78450ae6794083b66fe9d52a060575a /system/dust/dust.SlackBuild | |
parent | a0ce5f62e9548a720c634021a66ed714db378961 (diff) |
system/dust: Updated for version 0.4.4.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'system/dust/dust.SlackBuild')
-rw-r--r-- | system/dust/dust.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/dust/dust.SlackBuild b/system/dust/dust.SlackBuild index 66500f89d791..c45c8ea8436a 100644 --- a/system/dust/dust.SlackBuild +++ b/system/dust/dust.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dust -# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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=dust -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |