summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-06-22 18:00:55 +0200
committerLászló Várady2021-06-22 18:00:55 +0200
commit18559a169ea1791e562142dfb92baf6ea0b20e10 (patch)
tree3c2bf02282754d634b22dfa4db096b7453a55f5a /PKGBUILD
parentebe7a03ad6760ab1fc9f7995d45cc79e897c6358 (diff)
downloadaur-18559a169ea1791e562142dfb92baf6ea0b20e10.tar.gz
v2021.06.14.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70f9e7235d55..c9c079826780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2021.04.26.00
+pkgver=2021.06.14.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=('79538f00be872c2b0a2866ed179ddab1e5bb5657259266e750352f90f6cf51f6')
+sha256sums=('e74d88d07b41a7485cd7e978ea43c0505db43559efd24ecbb796cdbb646e38ef')
build() {
cd "$pkgname-$pkgver"