office/etmtk: Updated for version 3.2.37.

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

View file

@ -1,9 +1,9 @@
etmtk is an acronym for event and task manager.
In contrast to most calendar/todo applications, creating items (events, tasks,
and so forth) in etm does not require filling out fields in a form. Instead,
items are created as free-form text entries using a simple, intuitive format
and stored in plain text files.
In contrast to most calendar/todo applications, creating items (events,
tasks, and so forth) in etm does not require filling out fields in
a form. Instead, items are created as free-form text entries using a
simple, intuitive format and stored in plain text files.
Before running etm for the first time run this command as user:
mkdir ~/.etm
Before running etm for the first time run this command as user: mkdir
~/.etm

View file

@ -2,7 +2,7 @@
# Slackware build script for etmtk
# Copyright 2016-2017 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2016-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=etmtk
VERSION=${VERSION:-3.2.31}
VERSION=${VERSION:-3.2.37}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="etmtk"
VERSION="3.2.31"
VERSION="3.2.37"
HOMEPAGE="http://people.duke.edu/~dgraham/etmtk/"
DOWNLOAD="http://people.duke.edu/~dgraham/etmtk/etmtk-3.2.31.tar.gz"
MD5SUM="ec05c44702c6ea1db05e0daf110ff91d"
DOWNLOAD="https://github.com/dagraham/etm-tk/releases/download/v3.2.37/etmtk-3.2.37.tar.gz"
MD5SUM="46c776a7de9ada38555b28c52d4b330d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil PyYAML"
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
EMAIL="jvbernts@online.no"