summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta239e94036cbf26d67f8e1593f7fab550333aaf0 (diff)
downloadaur-6ccaf272e3f3b3bd012ca09d6d3175bcec7ed936.tar.gz
v2019.10.21.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"