diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2018-10-04 10:22:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:19 +0700 |
commit | 9c1d5ce58e92f083d6ca9603313d1f4db553865b (patch) | |
tree | 4525749150f54d6b1ee1db8aa219864b6fcdb128 /office/watson | |
parent | 8135199403d48cd8bb8dc5578cce772f38cf0a50 (diff) |
office/watson: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/watson')
-rw-r--r-- | office/watson/slack-desc | 2 | ||||
-rw-r--r-- | office/watson/watson.SlackBuild | 6 | ||||
-rw-r--r-- | office/watson/watson.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/office/watson/slack-desc b/office/watson/slack-desc index 92769fb8506f..1d04a359220a 100644 --- a/office/watson/slack-desc +++ b/office/watson/slack-desc @@ -9,7 +9,7 @@ watson: watson (CLI tool to track time) watson: watson: Watson is a time tracking tool for the CLI with many useful features. -watson: Watson can be used to tracking your project and tasks. +watson: Watson can be used to tracking your projects and tasks. watson: It is written in Python. watson: watson: diff --git a/office/watson/watson.SlackBuild b/office/watson/watson.SlackBuild index aaf85547b42c..ca5e85b745f2 100644 --- a/office/watson/watson.SlackBuild +++ b/office/watson/watson.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=watson SRCNAM=Watson -VERSION=${VERSION:-1.5.2} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,9 +39,9 @@ if [ -z "$ARCH" ]; then fi CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} +OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" diff --git a/office/watson/watson.info b/office/watson/watson.info index 177c6d16f523..ca63339a7a3d 100644 --- a/office/watson/watson.info +++ b/office/watson/watson.info @@ -1,8 +1,8 @@ PRGNAM="watson" -VERSION="1.5.2" +VERSION="1.6.0" HOMEPAGE="http://tailordev.github.io/Watson/" -DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.5.2/Watson-1.5.2.tar.gz" -MD5SUM="518ae1688f3b60f79d76c76e85a5df02" +DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.6.0/Watson-1.6.0.tar.gz" +MD5SUM="6d6479915a19fd3143e27372fb27e219" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="arrow click" |