summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-08-07 11:18:48 +0200
committerLászló Várady2019-08-07 11:28:59 +0200
commit9842be3cee90c2342c051413574850d7b4f7ee69 (patch)
treeb4540339edc7c4aee61d25f7e9868cb996845e8b
parent3939458b81cd1e36bb4465f80783b06f7efa6f28 (diff)
downloadaur-9842be3cee90c2342c051413574850d7b4f7ee69.tar.gz
v2019.08.05.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93c33052221f..9c6e9e8828cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wangle
pkgdesc = C++ networking library providing client/server abstractions for building services
- pkgver = 2019.07.29.00
+ pkgver = 2019.08.05.00
pkgrel = 1
url = https://github.com/facebook/wangle
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = wangle
depends = folly
depends = libevent
depends = openssl
- source = https://github.com/facebook/wangle/archive/v2019.07.29.00.tar.gz
- sha256sums = fa9884185756587b56ee3f563c8f4c6159c10b3173932e9b4cfff70053289c4d
+ source = https://github.com/facebook/wangle/archive/v2019.08.05.00.tar.gz
+ sha256sums = 2e0c8c462274405c42139b51ec4a8a62ecc38ca7c34d804b4feaf83fefe4f1a0
pkgname = wangle
diff --git a/PKGBUILD b/PKGBUILD
index 797aa3bc6c39..37571abc6f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg at gmail dot com>
pkgname=wangle
-pkgver=2019.07.29.00
+pkgver=2019.08.05.00
pkgrel=1
pkgdesc="C++ networking library providing client/server abstractions for building services"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('boost' 'boost-libs' 'google-glog' 'fizz' 'folly' 'libevent' 'openssl')
makedepends=('cmake' 'double-conversion' 'gflags' 'gtest' 'gmock')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('fa9884185756587b56ee3f563c8f4c6159c10b3173932e9b4cfff70053289c4d')
+sha256sums=('2e0c8c462274405c42139b51ec4a8a62ecc38ca7c34d804b4feaf83fefe4f1a0')
build() {
cd "$pkgname-$pkgver/$pkgname"