net-im/mtxclient: update to latest upstream

Release notes at
	https://github.com/Nheko-Reborn/mtxclient/releases

Since we skipped 0.5.0: supports edits, API changes, TLS support,
sticker packs and emotes and all that rich-IM-drip. This isn't
compatible with the nheko version in ports, though, waiting for
an update there.
This commit is contained in:
Adriaan de Groot 2021-04-22 17:25:51 +02:00
parent 4f4e43a4a0
commit 46752077e9
4 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= mtxclient
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
DISTVERSION= 0.5.1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611962788
SHA256 (Nheko-Reborn-mtxclient-v0.4.1_GH0.tar.gz) = edd2ac051cf8019579942107fd32ec67dbf3581829954b5cca07e74431b9770a
SIZE (Nheko-Reborn-mtxclient-v0.4.1_GH0.tar.gz) = 572552
TIMESTAMP = 1619104012
SHA256 (Nheko-Reborn-mtxclient-v0.5.1_GH0.tar.gz) = 9478d870296ebe7679c90f563cb798eb3cdd3f9c4578ceea5af75b66f456baaa
SIZE (Nheko-Reborn-mtxclient-v0.5.1_GH0.tar.gz) = 582367

View File

@ -25,6 +25,7 @@ include/mtx/events/messages/image.hpp
include/mtx/events/messages/notice.hpp
include/mtx/events/messages/text.hpp
include/mtx/events/messages/video.hpp
include/mtx/events/mscs/image_packs.hpp
include/mtx/events/name.hpp
include/mtx/events/nheko_extensions/hidden_events.hpp
include/mtx/events/pinned_events.hpp
@ -66,6 +67,7 @@ include/mtxclient/crypto/client.hpp
include/mtxclient/crypto/objects.hpp
include/mtxclient/crypto/types.hpp
include/mtxclient/crypto/utils.hpp
include/mtxclient/http/asio_overrides.hpp
include/mtxclient/http/client.hpp
include/mtxclient/http/client_impl.hpp
include/mtxclient/http/errors.hpp

View File

@ -1,6 +1,7 @@
PORTNAME= nheko
DISTVERSIONPREFIX=v
DISTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org