summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-07-26 02:04:33 +0200
committerLászló Várady2021-07-26 02:04:33 +0200
commit84173de8148054f9179ed68a96f88f7ed901287f (patch)
treed40d267bc50ece5c8ef4a591f80cdf239246d835 /PKGBUILD
parent44fe162ff62a29975d4226af75b1929a8a53fa37 (diff)
downloadaur-84173de8148054f9179ed68a96f88f7ed901287f.tar.gz
v2021.07.22.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e81c0ba05a6..024021baa3d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.06.28.00
+pkgver=2021.07.22.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=('45b79e26f1c1bd0959e0ea64580f03d3b2f47a028f4892414f17d2a8911c3e3a')
+sha256sums=('c4e19fe6ea1d36232fa23bc8f32be085f09cce312b12b743df017bd7e6333d17')
build() {
cd "$pkgname-$pkgver"