summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-04-24 13:43:14 +0200
committerLászló Várady2021-04-24 13:43:14 +0200
commit61682d3213983bd2d4f61c4f8f0fe5af25a49212 (patch)
tree29786755af15e2f860209f480c19f67067cbabfd /PKGBUILD
parent3ab5581f3319027d7ca50ba38d60927274884921 (diff)
downloadaur-61682d3213983bd2d4f61c4f8f0fe5af25a49212.tar.gz
v2021.04.19.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 546ad8a03987..d0a492c683c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.04.05.00
+pkgver=2021.04.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=('0b06a7cee8623bcdfe25933b339100b52dbc15c29dcf26a16ba920c3465ae8fc')
+sha256sums=('dda8ddc5208e4f8c953f7331868dd1fa2c375ed68adeabfa7d52ac03d501fae1')
build() {
cd "$pkgname-$pkgver"