summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-07-04 17:15:43 +0200
committerLászló Várady2021-07-04 17:15:43 +0200
commit44fe162ff62a29975d4226af75b1929a8a53fa37 (patch)
tree81d65d414505045bce7c955ee4e59cca1d84540d /PKGBUILD
parent18559a169ea1791e562142dfb92baf6ea0b20e10 (diff)
downloadaur-44fe162ff62a29975d4226af75b1929a8a53fa37.tar.gz
v2021.06.28.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9c079826780..5e81c0ba05a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.06.14.00
+pkgver=2021.06.28.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=('e74d88d07b41a7485cd7e978ea43c0505db43559efd24ecbb796cdbb646e38ef')
+sha256sums=('45b79e26f1c1bd0959e0ea64580f03d3b2f47a028f4892414f17d2a8911c3e3a')
build() {
cd "$pkgname-$pkgver"