diff options
-rw-r--r-- | user/libquotient/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/libquotient/APKBUILD b/user/libquotient/APKBUILD index 003f53e3f..4eb2070be 100644 --- a/user/libquotient/APKBUILD +++ b/user/libquotient/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=libquotient -pkgver=0.5.2 +pkgver=0.5.3.2 pkgrel=0 pkgdesc="Library to interface with Matrix chat systems using Qt 5" url="https://matrix.org/docs/projects/sdks/#lib-q-matrix-client" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d1037139d62c41e35cd415e85ec8b7d3577af193e19a4307bcd65f83f43a54e015e4a888a0c26a266e41df613a329edd985e8935a9ea9d54f19662fdbfe55577 libquotient-0.5.2.tar.gz" +sha512sums="b887432ba7fb2b89c72ae5342fbd11b0066770851e8d0ea85ae4d6375bca726a5ee601c4f3d35a11fa1f2ef679ad5436917c08139e114f91516ccb370321e428 libquotient-0.5.3.2.tar.gz" |