diff options
author | Corey Halpin <chalpin@cs.wisc.edu> | 2022-11-21 06:39:37 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-22 06:54:06 +0000 |
commit | c87d3bd183e03b44d2c3f9bfd8c6ddd710620956 (patch) | |
tree | 6e69f0cf5cfcf2cdabcf94f0a19793881adddb00 | |
parent | c320f60ee5d55729f911a20da0226b55e44e3f1d (diff) |
net-im/matterircd: Update to 0.26.1
Submitter becomes maintainer. Already maintainer of several ports.
ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.26.1
* Update matterircd.toml.example
* mattermost: Reduce UpdateChannelsTeam() calls
* mattermost: Add support for the Matterpoll plugin
* mattermost: Update matterclient vendor/fix fetching list of channels
* mattermost: Fallback to use API for getting channel data when not in the
cache
* mattermost: Fix "key required" crash when channel ID can't be found
PR: 267865
Reported by: chalpin@cs.wisc.edu
Approved by: norrland@nullbyte.se (maintainer)
-rw-r--r-- | net-im/matterircd/Makefile | 4 | ||||
-rw-r--r-- | net-im/matterircd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index d4e5aa383309..19555ee7128a 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -1,9 +1,9 @@ PORTNAME= matterircd DISTVERSIONPREFIX= v -DISTVERSION= 0.26.0 +DISTVERSION= 0.26.1 CATEGORIES= net-im irc -MAINTAINER= norrland@nullbyte.se +MAINTAINER= chalpin@cs.wisc.edu COMMENT= IRC bridge for Mattermost and Slack WWW= https://github.com/42wim/matterircd diff --git a/net-im/matterircd/distinfo b/net-im/matterircd/distinfo index 6b04b6518800..67030c197216 100644 --- a/net-im/matterircd/distinfo +++ b/net-im/matterircd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667751097 -SHA256 (42wim-matterircd-v0.26.0_GH0.tar.gz) = 520afcbea61f03bc7851b867dedc7604e474e6f57a813f01b3ac0c9be4562da5 -SIZE (42wim-matterircd-v0.26.0_GH0.tar.gz) = 4761634 +TIMESTAMP = 1668795131 +SHA256 (42wim-matterircd-v0.26.1_GH0.tar.gz) = 025d0dc7ef12902ad64e92c7e7a2a612a488310ef4154f712d835386eede5bf9 +SIZE (42wim-matterircd-v0.26.1_GH0.tar.gz) = 4760653 |