Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 76651781996 for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Aug 2019 13:44:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 59991205D1 for <~alpine/aports@lists.alpinelinux.org>; Tue, 20 Aug 2019 15:44:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NktzUse3lOgQ; Tue, 20 Aug 2019 15:44:17 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566308656; bh=9wxzL7k7aEzuDIjqVZjsi4pI9SHfE/Rs3IoqBrBzH/c=; h=From:To:Cc:Subject:Date; b=Qe1dC8LkleOzsqq8LfSYC34gS5hDWR+U/dn8b59Z93QDKZWHnfiTnN1QJBLbYYMRK uEQA3zroQtKurBeQ9BsmMY9YdfERZfDg5xckfwHQoui7VL5xjCd1nbiH1+sqRWCmCg jwD6wy7jra0aeJtVCLhjKMzs55Yumdf+bXcn2G2VEKEr3dmkGhfBGO9qqCMBaWzQiQ zHOXoHU2DvR6z3mS13/PjAXGmIlPZAwyGeqQIGete2e/6A/N7WTNFgXeS+nyjCxTPK g+7AkuRLRthkqPwjPbFeapbS/+g2VeJvqDX05aUNzzXUVjjBg4HZrDb1lhnENDHsbm 11wdxYCQSva2Q== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/olm: upgrade to 3.1.3 Date: Tue, 20 Aug 2019 15:44:15 +0200 Message-Id: <20190820134415.31705-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 # Maintainer: Bart Ribbers 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