summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2016-11-16 01:49:06 +0000
committerEmmanuel Gil Peyrot2016-11-16 01:49:06 +0000
commit89cd7d9671916559e2a953ba5a223790d2c7d668 (patch)
treee3ba5b9667afcdaeaba38469bb8a0f882651c951 /PKGBUILD
parent38e33bf323e3042e3fbbeaf1b7c998e292498e3a (diff)
downloadaur-89cd7d9671916559e2a953ba5a223790d2c7d668.tar.gz
Update to 2.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e7b6babd57d..d77fd3b5fab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=olm
pkgname=libolm
-pkgver=1.1.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='An implementation of a well known cryptographic ratchet in C++'
arch=('i686' 'x86_64' 'armv7h')
@@ -10,7 +10,7 @@ url="https://matrix.org/git/olm/"
license=('Apache')
depends=('gcc-libs')
source=("https://matrix.org/git/$_pkgname/snapshot/$_pkgname-$pkgver.tar.bz2")
-md5sums=('8779c22200b639ef08cb338b187459e9')
+md5sums=('16f56c907acea900fb09eabfc0a6fccd')
build() {
cd "$srcdir/$_pkgname-$pkgver"