libolm: Bump to 3.2.13

This commit is contained in:
Tee KOBAYASHI 2022-11-18 22:40:22 +09:00 committed by xtkoba
parent eefb1a1dc0
commit 63c81a5dfd
2 changed files with 2 additions and 13 deletions

View File

@ -2,6 +2,6 @@ TERMUX_PKG_HOMEPAGE=https://matrix.org/docs/projects/other/olm/
TERMUX_PKG_DESCRIPTION="An implementation of the Double Ratchet cryptographic ratchet"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.2.10
TERMUX_PKG_VERSION=3.2.13
TERMUX_PKG_SRCURL=https://gitlab.matrix.org/matrix-org/olm/-/archive/${TERMUX_PKG_VERSION}/olm-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=c41ed0a0fe613ed8ca78144855d1f82477a3539329e1dd73f47b6b2e2739e8b5
TERMUX_PKG_SHA256=8ac0c5e4a62d5464f0a6f3f35dd41b53d31bc3a188e93e3614d38237e0a32f81

View File

@ -1,11 +0,0 @@
--- a/olm.pc.in
+++ b/olm.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
-libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
+libdir=@CMAKE_INSTALL_LIBDIR@
Name: olm
Description: implementation of the Double Ratchet cryptographic ratchet in C++