diff options
author | Tonus <tonus1@gmail.com> | 2022-12-30 15:23:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:24:39 +0700 |
commit | 7ef97dcad88c610279142ce25dee38f0152647ce (patch) | |
tree | 6e20ee78277a0983ebbf4fd464adaee3195ebba0 /office/trello-cli | |
parent | 2f67c594c66fd04b466b5ac1389118e37a0b1e04 (diff) |
office/trello-cli: change maintainer email and update to 0.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/trello-cli')
-rw-r--r-- | office/trello-cli/trello-cli.SlackBuild | 2 | ||||
-rw-r--r-- | office/trello-cli/trello-cli.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/trello-cli/trello-cli.SlackBuild b/office/trello-cli/trello-cli.SlackBuild index 6da4635e76f1..09d69645f5fa 100644 --- a/office/trello-cli/trello-cli.SlackBuild +++ b/office/trello-cli/trello-cli.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=trello-cli -VERSION=${VERSION:-0.3.2} +VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/trello-cli/trello-cli.info b/office/trello-cli/trello-cli.info index b12bc399b5bf..e0db59b2b111 100644 --- a/office/trello-cli/trello-cli.info +++ b/office/trello-cli/trello-cli.info @@ -1,10 +1,10 @@ PRGNAM="trello-cli" -VERSION="0.3.2" +VERSION="0.6.3" HOMEPAGE="https://github.com/mheap/trello-cli/" -DOWNLOAD="https://github.com/mheap/trello-cli/archive/v0.3.2/trello-cli-0.3.2.tar.gz" -MD5SUM="9e64954b61533d03f8184eddce836145" +DOWNLOAD="https://github.com/mheap/trello-cli/archive/v0.6.3/trello-cli-0.6.3.tar.gz" +MD5SUM="c47e018ce99810a6a88768ecff18ed51" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang nodejs" MAINTAINER="Tonus" -EMAIL="tonus1@gmail.com" +EMAIL="tonus1@free.fr" |