summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-09-14 12:50:31 +0200
committerLászló Várady2019-09-14 12:50:31 +0200
commit2d8dbc31eeb054084056161c5f261a1ac197ee07 (patch)
tree8068943103df276f75f5475951e85bc8d9f22c78
parentfb92e091bd1fb0e713e36709c7bd543d8a078f74 (diff)
downloadaur-2d8dbc31eeb054084056161c5f261a1ac197ee07.tar.gz
v2019.09.09.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 388afc0df7f2..9d344cc172ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wangle
pkgdesc = C++ networking library providing client/server abstractions for building services
- pkgver = 2019.09.02.00
+ pkgver = 2019.09.09.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.09.02.00.tar.gz
- sha256sums = 4ae78856078439e3e179b5819c3bbb7fcf1e829aa6b2881a2f25c771a28a2ed3
+ source = https://github.com/facebook/wangle/archive/v2019.09.09.00.tar.gz
+ sha256sums = b790ba6b975b90d7935e4ae12f84c77d6be9f9a94308a3e0b974d83cf0e01d8b
pkgname = wangle
diff --git a/PKGBUILD b/PKGBUILD
index 877efe815ca6..b06af10ecd3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg at gmail dot com>
pkgname=wangle
-pkgver=2019.09.02.00
+pkgver=2019.09.09.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=('4ae78856078439e3e179b5819c3bbb7fcf1e829aa6b2881a2f25c771a28a2ed3')
+sha256sums=('b790ba6b975b90d7935e4ae12f84c77d6be9f9a94308a3e0b974d83cf0e01d8b')
build() {
cd "$pkgname-$pkgver/$pkgname"