summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2020-03-12 22:07:22 +0100
committerLászló Várady2020-03-12 22:07:22 +0100
commiteaf104d9280135f6f9b8e3fd49047ebb0ad05d31 (patch)
tree75e19696352ac6a7e87fc988b2c168b1a7adb352 /PKGBUILD
parent28429d4a48734f692954d73600683f4965937b37 (diff)
downloadaur-eaf104d9280135f6f9b8e3fd49047ebb0ad05d31.tar.gz
v2020.03.09.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f81e0f141ba5..a5ee8f286987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2020.02.24.00
+pkgver=2020.03.09.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=('516a1f7dce875d67868faa0b81d0dc63cfa680ee52a9f81b231c8bfb97e891f4')
+sha256sums=('b80e2753316019a225b846e866cdd080632e8ded0848686ba1a1cc9dadb68129')
build() {
cd "$pkgname-$pkgver"