diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-03-11 11:07:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:36 +0700 |
commit | b6a90c9e9915a4663276fa9e86509b8b5ea83033 (patch) | |
tree | 815333743b45cbbe3ae23469bb39e0044a907004 /system/lxtask | |
parent | 122763b13ae387d8646cccc777b8f188584af027 (diff) |
system/lxtask: Updated for version 0.1.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxtask')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 7 | ||||
-rw-r--r-- | system/lxtask/lxtask.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index f03c48581b55..773b8f900da0 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxtask.SlackBuild,v 1.2 2009/09/11 10:39:38 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy +# Copyright 2010-2019 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -29,7 +29,6 @@ # For: lxtask # Descr: simple task manager for LXDE # URL: http://lxde.sourceforge.net/ -# Needs: lxde-common, lxpanel # Changelog: # 0.1-1: 04/Jun/2008 by Eric Hameleers <alien@slackware.com> # * Initial build. @@ -50,6 +49,8 @@ # * updated. # 0.1.8-1: 25/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.9-1: 11/mar/2019 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -58,7 +59,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxtask -VERSION=${VERSION:-0.1.8} +VERSION=${VERSION:-0.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/lxtask/lxtask.info b/system/lxtask/lxtask.info index 12c0277ff6fb..80d2cb41546d 100644 --- a/system/lxtask/lxtask.info +++ b/system/lxtask/lxtask.info @@ -1,8 +1,8 @@ PRGNAM="lxtask" -VERSION="0.1.8" +VERSION="0.1.9" HOMEPAGE="https://wiki.lxde.org/en/LXTask" -DOWNLOAD="https://downloads.sf.net/lxde/lxtask-0.1.8.tar.xz" -MD5SUM="dd4f423dda192cb50618c6b1e76ec6b7" +DOWNLOAD="https://downloads.sf.net/lxde/lxtask-0.1.9.tar.xz" +MD5SUM="f19a9e4d22a075f984681a480f0aa886" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxde-common lxpanel" |