office/task: Updated for version 2.6.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2022-05-20 00:01:07 +01:00 committed by Willy Sudiarto Raharjo
parent b8ef5c8ca7
commit 14303b4b4a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for task
# Copyright 2018-2021 by Jostein Berntsen <jvbernts@online.no>
# Copyright 2018-2022 by Jostein Berntsen <jvbernts@online.no>
# All rights reserved.
#
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=task
VERSION=${VERSION:-2.5.3}
VERSION=${VERSION:-2.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="task"
VERSION="2.5.3"
VERSION="2.6.2"
HOMEPAGE="http://www.taskwarrior.org"
DOWNLOAD="https://taskwarrior.org/download/task-2.5.3.tar.gz"
MD5SUM="41fa2b61f4de729e867b185ceac0a1a8"
DOWNLOAD="https://taskwarrior.org/download/task-2.6.2.tar.gz"
MD5SUM="a9e69fd612e8ad538b9f512c80b18122"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"