summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2019-06-25 09:25:22 +0200
committerLuca Weiss2019-06-25 09:25:22 +0200
commita84974a80d1ba991dd2b461747648a8c8e7eaa98 (patch)
treead613a39d2ba574bf27ae612f9471a1979485712 /PKGBUILD
parent6d61ff6ce9c84cd9345191702d2712964c6c3da7 (diff)
downloadaur-a84974a80d1ba991dd2b461747648a8c8e7eaa98.tar.gz
upgpkg: libolm 3.1.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d38b1287005..ae8eff94df04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libolm
_pkgname=olm
-pkgver=3.1.2
+pkgver=3.1.3
pkgrel=1
pkgdesc='An implementation of the Double Ratchet cryptographic ratchet in C++'
arch=('x86_64' 'i686' 'armv7h')
@@ -13,7 +13,7 @@ license=('Apache')
depends=('gcc-libs')
makedepends=('cmake')
source=("https://gitlab.matrix.org/matrix-org/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2")
-sha512sums=('3b2d18a36a3445e799adcda0fe026e22a05ad71ded29f27a6eb172d86e6914412b4745be5067e1818c8f2885e1715092101f4a7ab076d02f76c4b59302a5a910')
+sha512sums=('605a9793f8c968c6bbaae6de87f831b9c330810183a1b1b87227cbddc70ca796b869b9f800480035b0de458546b2fbcbaf4bc8e239a582fe261f13f845c9a750')
prepare() {
mkdir -p build