diff options
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 8 | ||||
-rw-r--r-- | system/lxtask/lxtask.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index d5fc6b4349..4eec5b75ba 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # $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-2024 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -55,6 +55,8 @@ # * updated. # 0.1.10-2: 24/apr/2024 by Matteo Bernardini <ponce@slackbuilds.org> # * Switch to gtk+3. +# 0.1.12-1: 29/apr/2025 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -65,8 +67,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxtask -VERSION=${VERSION:-0.1.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.12} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/lxtask/lxtask.info b/system/lxtask/lxtask.info index 8e9a1f2b23..31ba8614c5 100644 --- a/system/lxtask/lxtask.info +++ b/system/lxtask/lxtask.info @@ -1,8 +1,8 @@ PRGNAM="lxtask" -VERSION="0.1.10" +VERSION="0.1.12" HOMEPAGE="https://wiki.lxde.org/en/LXTask" -DOWNLOAD="https://downloads.sf.net/lxde/lxtask-0.1.10.tar.xz" -MD5SUM="27b5258847afc237a5b89666e7a8b45b" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxtask-0.1.12.tar.xz" +MD5SUM="c6d88d4f865fa6b1ec309aecb94ea988" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxde-common lxpanel" |