mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
olm: update to 3.1.2.
This commit is contained in:
parent
24b042e01d
commit
b3e365efdf
2 changed files with 9 additions and 6 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'olm'
|
||||
pkgname=olm
|
||||
version=3.0.0
|
||||
version=3.1.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DOLM_TESTS=OFF"
|
||||
short_desc="Implementation of the Double Ratchet cryptographic ratchet"
|
||||
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
|
||||
|
||||
do_check() {
|
||||
cd build/tests
|
||||
ctest
|
||||
}
|
||||
|
||||
olm-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site=https://git.matrix.org/git/olm/refs/
|
Loading…
Add table
Reference in a new issue