olm-python: update to 3.1.2.

This commit is contained in:
Piotr Wójcik 2019-06-01 14:20:23 +02:00
parent b3e365efdf
commit fd377fe88a
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'olm-python'
pkgname=olm-python
version=3.0.0
version=3.1.2
revision=1
wrksrc="olm-${version}"
build_wrksrc=python
@ -12,9 +12,9 @@ depends="python-cffi python-future python-typing"
short_desc="Implementation of the Double Ratchet cryptographic ratchet (Python2)"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="Apache-2.0"
homepage="https://git.matrix.org/git/olm/about/"
distfiles="https://git.matrix.org/git/olm/snapshot/olm-${version}.tar.gz"
checksum=4c54f93e4f426a9d5c8e66e63113d42fd2afca240cdcff30a469a342a6ec3bc6
homepage="https://gitlab.matrix.org/matrix-org/olm"
distfiles="https://gitlab.matrix.org/matrix-org/olm/-/archive/${version}/olm-${version}.tar.bz2"
checksum=d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
pre_build() {
make include/olm/olm.h

View file

@ -0,0 +1 @@
pkgname=olm