summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2019-08-17 11:26:00 +0200
committerLászló Várady2019-08-17 11:26:00 +0200
commitc6581e7afa8fc69f17511e7054a353854d468c1a (patch)
tree56173eb86c2535bde3133c14724b862210a4f465 /PKGBUILD
parent9842be3cee90c2342c051413574850d7b4f7ee69 (diff)
downloadaur-c6581e7afa8fc69f17511e7054a353854d468c1a.tar.gz
v2019.08.12.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37571abc6f33..934e453f8e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg at gmail dot com>
pkgname=wangle
-pkgver=2019.08.05.00
+pkgver=2019.08.12.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=('2e0c8c462274405c42139b51ec4a8a62ecc38ca7c34d804b4feaf83fefe4f1a0')
+sha256sums=('2f5d03bc9598104c1fac6dd16cea6af2ce3d0ee5aa4acf564ed790fac795bcb6')
build() {
cd "$pkgname-$pkgver/$pkgname"