summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-10-06 16:46:12 +0100
committerDaichi Shinozaki2015-10-06 16:46:12 +0100
commit38875a1bbc48971be1c06d028b5aee81131a9f49 (patch)
treee5d6f4bba825caf80c80b2460fa35638e0836302
parent111570aaf7ebae193b1356a0072b6cbea4123246 (diff)
downloadaur-38875a1bbc48971be1c06d028b5aee81131a9f49.tar.gz
Bump version to 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8dc670c610..9d3ecb48f097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wangle
pkgdesc = A full featured, high performance C++ futures implementation
- pkgver = 0.9.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/facebook/wangle
arch = i686
@@ -15,10 +15,10 @@ pkgbase = wangle
depends = boost-libs
options = !emptydirs
options = staticlibs
- source = https://github.com/facebook/wangle/archive/v0.9.0.tar.gz
+ source = https://github.com/facebook/wangle/archive/v0.13.0.tar.gz
source = CMakeLists.txt.patch
source = ServiceTest.cpp.patch
- md5sums = 1b9513650968267aebf560c5b94ea3b5
+ md5sums = f6d34eaaf1342384f9f7327c6640e55e
md5sums = d5086d808c774339062e8a37e22b5921
md5sums = 36ff005a5706ca9c5153e610ea157f37
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')