diff options
author | László Várady | 2019-08-27 18:20:04 +0200 |
---|---|---|
committer | László Várady | 2019-08-27 18:20:04 +0200 |
commit | 6b02f61f82f2ac70ce1457658dc22357df8e5458 (patch) | |
tree | 90509121b4c79d3c0df63a8eebb9b51e79bfbb95 | |
parent | db525744ee90b828393b543540a5eececcbf3437 (diff) | |
download | aur-6b02f61f82f2ac70ce1457658dc22357df8e5458.tar.gz |
v2019.08.26.00
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = proxygen pkgdesc = A collection of C++ HTTP libraries including an easy to use HTTP server - pkgver = 2019.08.19.00 + pkgver = 2019.08.26.00 pkgrel = 1 url = https://github.com/facebook/proxygen arch = x86_64 @@ -24,8 +24,8 @@ pkgbase = proxygen depends = google-glog depends = gflags conflicts = proxygen-git - source = https://github.com/facebook/proxygen/archive/v2019.08.19.00.tar.gz - sha256sums = 210cdd86d901fe8f005ff3b96622eb934c8dc2e08d506d581464d23019ebe7d0 + source = https://github.com/facebook/proxygen/archive/v2019.08.26.00.tar.gz + sha256sums = 564d0646fa72da815e93b45308f2652aaa3509b6ae2882e17dddd1693bc45e00 pkgname = proxygen @@ -3,7 +3,7 @@ # Contributor: Daichi Shinozaki <dsdseg@gmail.com> pkgname=proxygen -pkgver=2019.08.19.00 +pkgver=2019.08.26.00 pkgrel=1 pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server" arch=('x86_64') @@ -13,7 +13,7 @@ depends=('boost' 'boost-libs' 'folly' 'fizz' 'wangle' 'zstd' 'openssl' 'zlib' 'l makedepends=('cmake' 'git' 'python' 'gperf' 'gperftools' 'gtest' 'gmock') conflicts=('proxygen-git') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('210cdd86d901fe8f005ff3b96622eb934c8dc2e08d506d581464d23019ebe7d0') +sha256sums=('564d0646fa72da815e93b45308f2652aaa3509b6ae2882e17dddd1693bc45e00') build() { cd "$pkgname-$pkgver" |