aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-19 20:44:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-20 01:30:23 +0000
commit6e91280ddea8d4bf79e5c2dadd7a4ff37b70594e (patch)
treeff2c54b83b01d8ffd0c72332a315d19c48edc03c /testing
parent6b077072ad97d4dbda0e8be7a644f057a511abe6 (diff)
downloadaports-6e91280ddea8d4bf79e5c2dadd7a4ff37b70594e.tar.bz2
aports-6e91280ddea8d4bf79e5c2dadd7a4ff37b70594e.tar.xz
testing/mtxclient: upgrade to 0.3.0
Diffstat (limited to 'testing')
-rw-r--r--testing/mtxclient/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/mtxclient/APKBUILD b/testing/mtxclient/APKBUILD
index b6bf1c8f99..c27fbe95cf 100644
--- a/testing/mtxclient/APKBUILD
+++ b/testing/mtxclient/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=mtxclient
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.3.0
+pkgrel=0
pkgdesc="Client API library for Matrix, built on top of Boost.Asio"
url="https://github.com/nheko-reborn/mtxclient"
arch="all"
@@ -10,7 +10,7 @@ license="MIT"
depends_dev="nlohmann-json openssl-dev zlib-dev olm-dev libsodium-dev boost-dev"
makedepends="$depends_dev cmake gtest-dev"
subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/nheko-reborn/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/nheko-reborn/mtxclient/archive/v$pkgver.tar.gz"
options="!check" # Requires running Synapse instance
build() {
@@ -30,4 +30,4 @@ package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="3362e9ae44ebeb22ac036ba2ac63682eeb97248754bf4b4029ce381d6d99501a94cd82a7b2e23aefe902b4c43389ee48e5e465679ce7fbebbf4f4d06cbc19659 mtxclient-0.2.1.tar.gz"
+sha512sums="113eb2c1042e0aeea6607fae0b7fd0ff1655d6b902fa11a3492561c53240901e641f53d413810e932ac210e519026016c5fac38bda1592336c95b2d79781557e mtxclient-0.3.0.tar.gz"