summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-11-22 14:48:38 +0100
committerLászló Várady2019-11-22 14:48:38 +0100
commitc6ee25d099d6da556365e614d3d91714632d53ec (patch)
tree3bb50c204c6de483e080667259817091d11ad97f
parent6ccaf272e3f3b3bd012ca09d6d3175bcec7ed936 (diff)
downloadaur-c6ee25d099d6da556365e614d3d91714632d53ec.tar.gz
v2019.11.11.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e0e6cc49e4d..7352aa1dcd3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proxygen
pkgdesc = A collection of C++ HTTP libraries including an easy to use HTTP server
- pkgver = 2019.10.21.00
+ pkgver = 2019.11.11.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.10.21.00.tar.gz
- sha256sums = a0baec54edfc6c5eb84edb5bf393331d6c7e74873628de20c281e51fa07cb5c5
+ source = https://github.com/facebook/proxygen/archive/v2019.11.11.00.tar.gz
+ sha256sums = d0bae6e17dd6c9ebe823526fe8919451c520e6ce5970b56296d86063fbc820f9
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 678ca530bf77..9b21fec9bbd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.10.21.00
+pkgver=2019.11.11.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=('a0baec54edfc6c5eb84edb5bf393331d6c7e74873628de20c281e51fa07cb5c5')
+sha256sums=('d0bae6e17dd6c9ebe823526fe8919451c520e6ce5970b56296d86063fbc820f9')
build() {
cd "$pkgname-$pkgver"