net-im/slack-term: Update to 0.4.0

Changelog: https://github.com/erroneousboat/slack-term/releases/tag/v0.4.0

PR:		227524
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Jochen Neumeister 2018-04-17 07:09:30 +00:00
parent 6ce76c3990
commit ba1884b147
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467565
3 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= slack-term
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
DISTVERSION= 0.4.0
CATEGORIES= net-im
MAINTAINER= dg@syrec.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1520092585
SHA256 (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = c46306ece42032ef64ae45399b6aff450575656a870ca4dd53561cad7f29a429
SIZE (erroneousboat-slack-term-v0.3.2_GH0.tar.gz) = 221460
TIMESTAMP = 1523797172
SHA256 (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = f8ca198f3011ef2280162ae5324f19cfc85af661d89dba14b42d0f19baa79d96
SIZE (erroneousboat-slack-term-v0.4.0_GH0.tar.gz) = 243855

View file

@ -1,11 +1,12 @@
==============================================================================
To do the initial %%PORTNAME%% configuration, get a Slack token from
https://api.slack.com/docs/oauth-test-tokens and create ~/slack-term.json with
https://api.slack.com/docs/oauth-test-tokens and create ~/.slack-term with
the following format:
{
"slack_token": "yourslacktokenhere"
"slack_token": "yourslacktokenhere",
"sidebar_width": 1
}
See %%DOCSDIR%%/README.md or the online documentation for more configuration