diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-09 21:00:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-10 02:17:59 +0000 |
commit | e0ef55700ed17d391849617b82aeae95ab16f3b4 (patch) | |
tree | 4ca1102d215f62c0425a5cbba60cdb02f2593245 | |
parent | 9aaddb10587c898016629bfb9675f20fa1e7c815 (diff) | |
download | aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.tar.gz aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.tar.bz2 aports-e0ef55700ed17d391849617b82aeae95ab16f3b4.tar.xz |
community/olm: upgrade to 3.2.1
-rw-r--r-- | community/olm/APKBUILD | 6 |
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 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=olm -pkgver=3.1.5 -pkgrel=2 +pkgver=3.2.1 +pkgrel=0 pkgdesc="Implementation of the olm and megolm cryptographic ratchets" arch="all !mips64" # pytest-benchmark unavailable url="https://gitlab.matrix.org/matrix-org/olm" @@ -55,4 +55,4 @@ py3() { depends="python3 py3-future py3-cffi" DESTDIR="$subpkgdir" make -C "$builddir"/python install-python3 } -sha512sums="2adb55cbed27f15db78a5ebd86ed78183a6d093e41b57d18cd8d046ceeb114993cf0b1c4f1a0e363aa9701cea580ec80797251db5f812fe088e3ea107f453563 olm-3.1.5.tar.gz" +sha512sums="0c24e397a02e430487639494997c7d6cf47cce229b36114db818f14173e79c5ef7d25598c25f2778da4a1647e72fdd67e8b3c6272b980132f308d5fd1b17e189 olm-3.2.1.tar.gz" |