aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 21:00:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-10 02:17:59 +0000
commite0ef55700ed17d391849617b82aeae95ab16f3b4 (patch)
tree4ca1102d215f62c0425a5cbba60cdb02f2593245
parent9aaddb10587c898016629bfb9675f20fa1e7c815 (diff)
downloadalpine_aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.tar.bz2
alpine_aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.tar.xz
alpine_aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.zip
community/olm: upgrade to 3.2.1
-rw-r--r--community/olm/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/olm/APKBUILD b/community/olm/APKBUILD
index c3849164b6..c44f99ada5 100644
--- a/community/olm/APKBUILD
+++ b/community/olm/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=olm 3pkgname=olm
4pkgver=3.1.5 4pkgver=3.2.1
5pkgrel=2 5pkgrel=0
6pkgdesc="Implementation of the olm and megolm cryptographic ratchets" 6pkgdesc="Implementation of the olm and megolm cryptographic ratchets"
7arch="all !mips64" # pytest-benchmark unavailable 7arch="all !mips64" # pytest-benchmark unavailable
8url="https://gitlab.matrix.org/matrix-org/olm" 8url="https://gitlab.matrix.org/matrix-org/olm"
@@ -55,4 +55,4 @@ py3() {
55 depends="python3 py3-future py3-cffi" 55 depends="python3 py3-future py3-cffi"
56 DESTDIR="$subpkgdir" make -C "$builddir"/python install-python3 56 DESTDIR="$subpkgdir" make -C "$builddir"/python install-python3
57} 57}
58sha512sums="2adb55cbed27f15db78a5ebd86ed78183a6d093e41b57d18cd8d046ceeb114993cf0b1c4f1a0e363aa9701cea580ec80797251db5f812fe088e3ea107f453563 olm-3.1.5.tar.gz" 58sha512sums="0c24e397a02e430487639494997c7d6cf47cce229b36114db818f14173e79c5ef7d25598c25f2778da4a1647e72fdd67e8b3c6272b980132f308d5fd1b17e189 olm-3.2.1.tar.gz"