diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-10 16:46:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-17 11:47:49 +0700 |
commit | 0b287e86fa191c615e2e2e15523be4c3a2ec1d1b (patch) | |
tree | 3eb1b8f9bb0c38cdd2c08a6c3a3f2a729b3eb759 /system/lxtask/lxtask.SlackBuild | |
parent | 3cb924f4a3dada8741c8d8c535b58e0934955543 (diff) |
system/lxtask: Updated for version 0.1.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index 773b8f900da08..3856967c997be 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -51,6 +51,8 @@ # * updated. # 0.1.9-1: 11/mar/2019 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.10-1: 10/apr/2021 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -59,7 +61,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxtask -VERSION=${VERSION:-0.1.9} +VERSION=${VERSION:-0.1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |