summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddb2202ceb6b..7629ebff0314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=concurrencykit
_pkgname=ck
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures for the research, design and implementation of high performance concurrent systems"
arch=('i686' 'x86_64')
url="http://www.concurrencykit.org/"
license=('BSD')
source=("https://github.com/concurrencykit/ck/archive/${pkgver}.tar.gz")
-md5sums=('ff1b7e42a7cfd48ea15fd1a8b39e0509')
+md5sums=('d9340726b17ce5c5b5e0673891c46308')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}