summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2020-09-15 11:29:48 +0200
committerLászló Várady2020-09-15 11:29:48 +0200
commit001d185e5a68e4e01f7b82983e6c00a3b02d0f24 (patch)
tree2aa37efeee0c872107d96f4d03b2efbb29c87ec8 /PKGBUILD
parentb342b107a93db28a1aabdf6002c6baed150ffcff (diff)
downloadaur-001d185e5a68e4e01f7b82983e6c00a3b02d0f24.tar.gz
v2020.09.14.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79b3e65c4123..5a0f77e0e829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2020.06.01.00
+pkgver=2020.09.14.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=('a42788567f36efc3590615797de1811101c958d6d0467aafc28571e21d62f03e')
+sha256sums=('a1e508dd1b54c80a5a49f86aa93e04432d9ee03909199331fb0ac51de679960b')
build() {
cd "$pkgname-$pkgver"