summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-10-06 16:46:12 +0100
committerDaichi Shinozaki2015-10-06 16:46:12 +0100
commit38875a1bbc48971be1c06d028b5aee81131a9f49 (patch)
treee5d6f4bba825caf80c80b2460fa35638e0836302 /PKGBUILD
parent111570aaf7ebae193b1356a0072b6cbea4123246 (diff)
downloadaur-38875a1bbc48971be1c06d028b5aee81131a9f49.tar.gz
Bump version to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bc54bbd9e68..b4367f6ff7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=wangle
-pkgver=0.9.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="A full featured, high performance C++ futures implementation"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ options=('!emptydirs' 'staticlibs')
source=("https://github.com/facebook/$pkgname/archive/v${pkgver}.tar.gz"
CMakeLists.txt.patch
ServiceTest.cpp.patch)
-md5sums=('1b9513650968267aebf560c5b94ea3b5'
+md5sums=('f6d34eaaf1342384f9f7327c6640e55e'
'd5086d808c774339062e8a37e22b5921'
'36ff005a5706ca9c5153e610ea157f37')