summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2019-08-17 11:42:35 +0200
committerLászló Várady2019-08-17 11:42:35 +0200
commitfef34e826c8644e2f81c2d90408f4ffe16f72553 (patch)
tree2f8391c8135398b3490e773a0ac6eb59d66b4416 /PKGBUILD
parentd3bba3ffe3b6f77fbe4d88f1ba2a82ad21f7d659 (diff)
downloadaur-fef34e826c8644e2f81c2d90408f4ffe16f72553.tar.gz
v2019.08.12.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42cc6fdea850..2b2be507723c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.08.05.00
+pkgver=2019.08.12.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=('21787fa3268a9393ce0e0601675a4f069df8c905c6ddaffc8d3d0d9842f3e91f')
+sha256sums=('63abbdf4eb3706c46f4f3becfae978ccb2f43072e6164d6f1072220e6b5ff425')
build() {
cd "$pkgname-$pkgver"