summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2020-02-28 11:17:20 +0100
committerLászló Várady2020-02-28 11:17:20 +0100
commit28429d4a48734f692954d73600683f4965937b37 (patch)
tree6bcb787092ce852e60a7d5f6bef16a26c45bef9c /PKGBUILD
parentd5921ed96c3df2b31a3c810e58c225ceb233adc2 (diff)
downloadaur-28429d4a48734f692954d73600683f4965937b37.tar.gz
v2020.02.24.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98b47c0d74bb..f81e0f141ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2020.02.03.00
+pkgver=2020.02.24.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=('0cd69cb6802d579f5a49b9a48d122d900003bfe678787b6f94908044eb97426c')
+sha256sums=('516a1f7dce875d67868faa0b81d0dc63cfa680ee52a9f81b231c8bfb97e891f4')
build() {
cd "$pkgname-$pkgver"