summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2019-10-23 16:13:50 +0200
committerLászló Várady2019-10-23 16:13:50 +0200
commit6ccaf272e3f3b3bd012ca09d6d3175bcec7ed936 (patch)
tree4ea60e7a521c863df0ee37b15304f4094081ee62
parenta239e94036cbf26d67f8e1593f7fab550333aaf0 (diff)
downloadaur-6ccaf272e3f3b3bd012ca09d6d3175bcec7ed936.tar.gz
v2019.10.21.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cde692d3f46b..3e0e6cc49e4d 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.09.30.00
+ pkgver = 2019.10.21.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.09.30.00.tar.gz
- sha256sums = d14f065fb4e9adad3759b1b37e48b972273f2fef0ed8b2837d71723296d2970b
+ source = https://github.com/facebook/proxygen/archive/v2019.10.21.00.tar.gz
+ sha256sums = a0baec54edfc6c5eb84edb5bf393331d6c7e74873628de20c281e51fa07cb5c5
pkgname = proxygen
diff --git a/PKGBUILD b/PKGBUILD
index 840647aa5df3..678ca530bf77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.09.30.00
+pkgver=2019.10.21.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=('d14f065fb4e9adad3759b1b37e48b972273f2fef0ed8b2837d71723296d2970b')
+sha256sums=('a0baec54edfc6c5eb84edb5bf393331d6c7e74873628de20c281e51fa07cb5c5')
build() {
cd "$pkgname-$pkgver"