From 45b58744db70c0e62ae4fad685666d9c542a7a6d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 27 Jul 2023 12:02:23 +0200 Subject: [PATCH 1/2] olm: update to 3.2.15. --- srcpkgs/olm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/olm/template b/srcpkgs/olm/template index 331bb7d555d06..3537b635f2294 100644 --- a/srcpkgs/olm/template +++ b/srcpkgs/olm/template @@ -1,6 +1,6 @@ # Template file for 'olm' pkgname=olm -version=3.2.14 +version=3.2.15 revision=1 build_style=cmake short_desc="Implementation of the Double Ratchet cryptographic ratchet" @@ -9,7 +9,7 @@ license="Apache-2.0" homepage="https://gitlab.matrix.org/matrix-org/olm" changelog="https://gitlab.matrix.org/matrix-org/olm/-/raw/master/CHANGELOG.rst" distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2" -checksum=099d93ef93cc9d6efb3dd0ed5eb5f675b550579d6ccff01abaeca18f8a5f7e77 +checksum=543f14f58a5ff7187f62f28afedfeba246fd0f28fccdad259dee82215b91298d do_check() { cd build/tests From 8a0626dcdc27b9a5a04aee9575df69cbae54bfc4 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 27 Jul 2023 19:15:20 +0200 Subject: [PATCH 2/2] olm-python3: update to 3.2.15. --- srcpkgs/olm-python3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template index 28db8a879cdb7..6d9221f841f6d 100644 --- a/srcpkgs/olm-python3/template +++ b/srcpkgs/olm-python3/template @@ -1,6 +1,6 @@ # Template file for 'olm-python3' pkgname=olm-python3 -version=3.2.14 +version=3.2.15 revision=1 build_wrksrc=python build_style=python3-module @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://gitlab.matrix.org/matrix-org/olm" changelog="https://gitlab.matrix.org/matrix-org/olm/-/raw/master/CHANGELOG.rst" distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2" -checksum=099d93ef93cc9d6efb3dd0ed5eb5f675b550579d6ccff01abaeca18f8a5f7e77 +checksum=543f14f58a5ff7187f62f28afedfeba246fd0f28fccdad259dee82215b91298d pre_build() { make include/olm/olm.h