olm: update to 3.1.4.

This commit is contained in:
Adam Beckmeyer 2019-10-14 14:08:55 -04:00 committed by Johannes
parent a92747c7c1
commit e0d69fa15e

View file

@ -1,6 +1,6 @@
# Template file for 'olm' # Template file for 'olm'
pkgname=olm pkgname=olm
version=3.1.3 version=3.1.4
revision=1 revision=1
build_style=cmake build_style=cmake
short_desc="Implementation of the Double Ratchet cryptographic ratchet" short_desc="Implementation of the Double Ratchet cryptographic ratchet"
@ -8,7 +8,7 @@ maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm" homepage="https://gitlab.matrix.org/matrix-org/olm"
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2" distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
checksum=ed898604eb8ba61b470ce492c0a21994100484e4b6e3e78fb589b16042cb1d13 checksum=eff513cff8e5c7af657e800a2c2dbbdee5be19ee9ce24c5498a2528c4b5f1dc3
do_check() { do_check() {
cd build/tests cd build/tests