summaryrefslogtreecommitdiffstats
path: root/system/lxtask
diff options
context:
space:
mode:
author Matteo Bernardini2019-03-11 11:07:21 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:36 +0100
commitb6a90c9e9915a4663276fa9e86509b8b5ea83033 (patch)
tree815333743b45cbbe3ae23469bb39e0044a907004 /system/lxtask
parent122763b13ae387d8646cccc777b8f188584af027 (diff)
downloadslackbuilds-b6a90c9e9915a4663276fa9e86509b8b5ea83033.tar.gz
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.SlackBuild7
-rw-r--r--system/lxtask/lxtask.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index f03c48581b..773b8f900d 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 12c0277ff6..80d2cb4154 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"