office/taskopen: Updated for version 1.1.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2021-04-02 09:40:55 +07:00 committed by Willy Sudiarto Raharjo
parent a1f25d736c
commit 2a43b58659
3 changed files with 12 additions and 7 deletions

View file

@ -1 +1,6 @@
Script for taking notes and open urls with taskwarrior
Taskopen allows you to link almost any file, webpage or command
to a taskwarrior task by adding a filepath, web-link or uri as an
annotation. Text notes, images, PDF files, web addresses, spreadsheets and
many other types of links can then be filtered, listed and opened by using
taskopen. Some actions are sane defaults, others can be custom-configured,
and everything else will use your systems mime-types to open the link.

View file

@ -2,7 +2,7 @@
# Slackware build script for taskopen
# Copyright 2017 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2017-2021 Jostein Berntsen <jvbernts@online.no>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=taskopen
VERSION=${VERSION:-1.1.4}
VERSION=${VERSION:-1.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="taskopen"
VERSION="1.1.4"
VERSION="1.1.5"
HOMEPAGE="https://github.com/ValiValpas/taskopen"
DOWNLOAD="https://github.com/ValiValpas/taskopen/archive/v1.1.4/taskopen-1.1.4.tar.gz"
MD5SUM="30180c36eef119a5f9e62c1eea75ce3c"
DOWNLOAD="https://github.com/ValiValpas/taskopen/archive/v1.1.5/taskopen-1.1.5.tar.gz"
MD5SUM="78a6eb6b823af85c457fedff79417953"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-JSON"
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
EMAIL="jvbernts@online.no"