summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2020-02-04 19:30:00 +0100
committerLászló Várady2020-02-04 19:30:00 +0100
commitd5921ed96c3df2b31a3c810e58c225ceb233adc2 (patch)
tree20491246a96ac822647e499f26dbe9dbde386587 /PKGBUILD
parent1753618ee52fdb1b11023b437a7072217ef9ef1d (diff)
downloadaur-d5921ed96c3df2b31a3c810e58c225ceb233adc2.tar.gz
v2020.02.03.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26c2af955834..98b47c0d74bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2020.01.06.00
+pkgver=2020.02.03.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=('1406d403229e69f5c33985c242a8ddba11877acc59cbbd6a66210d9fad0f510b')
+sha256sums=('0cd69cb6802d579f5a49b9a48d122d900003bfe678787b6f94908044eb97426c')
build() {
cd "$pkgname-$pkgver"