devel/mtxclient: update to 0.8.2, ok abieber@
This commit is contained in:
parent
db21a46988
commit
3b154b175b
@ -1,11 +1,11 @@
|
||||
COMMENT = client API for Matrix, built on libcurl
|
||||
CATEGORIES = devel
|
||||
|
||||
SHARED_LIBS += matrix_client 0.0 # 0.7.0
|
||||
SHARED_LIBS += matrix_client 1.0
|
||||
|
||||
GH_ACCOUNT = Nheko-Reborn
|
||||
GH_PROJECT = mtxclient
|
||||
GH_TAGNAME = v0.7.0
|
||||
GH_TAGNAME = v0.8.2
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
@ -20,7 +20,7 @@ BUILD_DEPENDS = devel/gtest \
|
||||
textproc/nlohmann-json
|
||||
|
||||
LIB_DEPENDS = devel/coeurl \
|
||||
devel/olm
|
||||
devel/olm>=3.2.7
|
||||
|
||||
# C++17
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mtxclient-0.7.0.tar.gz) = 3YrVclw5G3xbGFZAdOUL/GZ/swR+aBVh5eQq7JnCWxI=
|
||||
SIZE (mtxclient-0.7.0.tar.gz) = 601042
|
||||
SHA256 (mtxclient-0.8.2.tar.gz) = TKoS3flUuUktHsm2yjLvD8ZHhVXyKdsHTUO8XMKanIk=
|
||||
SIZE (mtxclient-0.8.2.tar.gz) = 609627
|
||||
|
@ -38,6 +38,7 @@ include/mtx/events/name.hpp
|
||||
include/mtx/events/nheko_extensions/
|
||||
include/mtx/events/nheko_extensions/hidden_events.hpp
|
||||
include/mtx/events/pinned_events.hpp
|
||||
include/mtx/events/policy_rules.hpp
|
||||
include/mtx/events/power_levels.hpp
|
||||
include/mtx/events/presence.hpp
|
||||
include/mtx/events/reaction.hpp
|
||||
@ -57,12 +58,12 @@ include/mtx/pushrules.hpp
|
||||
include/mtx/requests.hpp
|
||||
include/mtx/responses/
|
||||
include/mtx/responses.hpp
|
||||
include/mtx/responses/capabilities.hpp
|
||||
include/mtx/responses/common.hpp
|
||||
include/mtx/responses/create_room.hpp
|
||||
include/mtx/responses/crypto.hpp
|
||||
include/mtx/responses/device.hpp
|
||||
include/mtx/responses/empty.hpp
|
||||
include/mtx/responses/groups.hpp
|
||||
include/mtx/responses/login.hpp
|
||||
include/mtx/responses/media.hpp
|
||||
include/mtx/responses/members.hpp
|
||||
@ -88,7 +89,6 @@ include/mtxclient/http/client.hpp
|
||||
include/mtxclient/http/client_impl.hpp
|
||||
include/mtxclient/http/errors.hpp
|
||||
include/mtxclient/utils.hpp
|
||||
lib/cmake/
|
||||
lib/cmake/MatrixClient/
|
||||
lib/cmake/MatrixClient/MatrixClientConfig.cmake
|
||||
lib/cmake/MatrixClient/MatrixClientConfigVersion.cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user