summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-04-26 18:26:26 +0200
committerLászló Várady2021-04-26 18:26:26 +0200
commitebe7a03ad6760ab1fc9f7995d45cc79e897c6358 (patch)
tree6c961b7532263699e1cddb36a05ac17ab300e64f /PKGBUILD
parent61682d3213983bd2d4f61c4f8f0fe5af25a49212 (diff)
downloadaur-ebe7a03ad6760ab1fc9f7995d45cc79e897c6358.tar.gz
v2021.04.26.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0a492c683c8..70f9e7235d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.04.19.00
+pkgver=2021.04.26.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=('dda8ddc5208e4f8c953f7331868dd1fa2c375ed68adeabfa7d52ac03d501fae1')
+sha256sums=('79538f00be872c2b0a2866ed179ddab1e5bb5657259266e750352f90f6cf51f6')
build() {
cd "$pkgname-$pkgver"