summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2019-08-19 13:05:43 +0200
committerLászló Várady2019-08-19 13:05:43 +0200
commitdb525744ee90b828393b543540a5eececcbf3437 (patch)
treed0d821443586f1c746e9d29eaafa4578831d99a2 /PKGBUILD
parentfef34e826c8644e2f81c2d90408f4ffe16f72553 (diff)
downloadaur-db525744ee90b828393b543540a5eececcbf3437.tar.gz
v2019.08.19.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b2be507723c..45a0ce759cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.08.12.00
+pkgver=2019.08.19.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=('63abbdf4eb3706c46f4f3becfae978ccb2f43072e6164d6f1072220e6b5ff425')
+sha256sums=('210cdd86d901fe8f005ff3b96622eb934c8dc2e08d506d581464d23019ebe7d0')
build() {
cd "$pkgname-$pkgver"