summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-01-15 22:13:46 +0100
committerAleksandar Trifunovic2019-01-15 22:13:46 +0100
commitb7ffa768d18dc9fd606ab3d7763ff583f230827c (patch)
tree1cff0ef73832c249ef948abb378ace8bedefd1b1
parentdad9180f224d6a592b65c13ec142dac0c9cf4d7a (diff)
downloadaur-b7ffa768d18dc9fd606ab3d7763ff583f230827c.tar.gz
v2019.01.14.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a4208d1bd95..66452caa29cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wangle
pkgdesc = A full featured, high performance C++ futures implementation.
- pkgver = 2018.10.08.00
+ pkgver = 2019.01.14.00
pkgrel = 1
url = https://github.com/facebook/wangle
arch = i686
@@ -13,8 +13,8 @@ pkgbase = wangle
makedepends = boost
depends = folly
depends = boost-libs
- source = https://github.com/facebook/wangle/archive/v2018.10.08.00.tar.gz
- sha256sums = acdce41248119766af0258c526417f9a3c027184b0a2c715909e947463650774
+ source = https://github.com/facebook/wangle/archive/v2019.01.14.00.tar.gz
+ sha256sums = 154c4569c39a9ccb147e2c410c3fc7b60fe5701502ded655002b6c5762f692ea
pkgname = wangle
diff --git a/PKGBUILD b/PKGBUILD
index 17a8ea194404..0b36d193a178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daichi Shinozaki <dsdseg at gmail dot com>
pkgname=wangle
-pkgver=2018.10.08.00
+pkgver=2019.01.14.00
pkgrel=1
pkgdesc="A full featured, high performance C++ futures implementation."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('folly' 'boost-libs')
makedepends=('cmake' 'gflags' 'gtest' 'google-glog' 'boost')
source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=('acdce41248119766af0258c526417f9a3c027184b0a2c715909e947463650774')
+sha256sums=('154c4569c39a9ccb147e2c410c3fc7b60fe5701502ded655002b6c5762f692ea')
prepare() {
cd "$pkgname-$pkgver/$pkgname"