~alpine/aports

testing/olm: upgrade to 3.1.3 v1 PROPOSED

Bart Ribbers: 1
 testing/olm: upgrade to 3.1.3

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2933/mbox | git am -3
Learn more about email & git

[PATCH] testing/olm: upgrade to 3.1.3 Export this patch

---
 testing/olm/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/olm/APKBUILD b/testing/olm/APKBUILD
index 41529fc047..fe259b5148 100644
--- a/testing/olm/APKBUILD
+++ b/testing/olm/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=olm
pkgver=3.1.2
pkgver=3.1.3
pkgrel=0
pkgdesc="Implementation of the olm and megolm cryptographic ratchets"
arch="all"
@@ -20,11 +20,11 @@ build() {
}

check() {
	cd "$builddir/tests"
	cd "$builddir"/tests
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}

package() {
	DESTDIR="$pkgdir" make install
}
sha512sums="78372140d8a0eb5b137ed5f324c52fd2e0000bb91f43eaf84e563dbbc16612d860243a13ba4517ab06e8433b6a68216bc70dfa6bad4e2f8fc3e5fec206a5d4a2  olm-3.1.2.tar.gz"
sha512sums="1ae729d133fbb9154b755baf4cddc338b6cd50b73a849310bc88f60603169389ad686241d832b3a0a0d43d7a996be3e8d4c82f2dca70c5935574d0fe59f0df72  olm-3.1.3.tar.gz"
-- 
2.21.0