summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-11-01 21:47:28 +0100
committerLászló Várady2021-11-01 21:47:28 +0100
commit7aa7640b3966b19ab3df736bd659187be2e5de39 (patch)
tree3c8d9df8bd0d83ce1126f34120cb570030828444 /PKGBUILD
parent84173de8148054f9179ed68a96f88f7ed901287f (diff)
downloadaur-7aa7640b3966b19ab3df736bd659187be2e5de39.tar.gz
v2021.11.01.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 024021baa3d8..ffce02e459e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.07.22.00
+pkgver=2021.11.01.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=('c4e19fe6ea1d36232fa23bc8f32be085f09cce312b12b743df017bd7e6333d17')
+sha256sums=('3d3a11eade0509a6a71907c58a1c6a45c591b062b39e101802f477b61f7714f2')
build() {
cd "$pkgname-$pkgver"