summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2019-04-06 15:26:56 +0200
committerLászló Várady2019-04-06 15:26:56 +0200
commit1efa86336cbd3056a1ecd625cf8a8d631ba3c232 (patch)
tree0c000b05f1780357dfb8fe372a20f1540d8ca683 /PKGBUILD
parent3380740045b895f219e554e52069a4f22a95a1c0 (diff)
downloadaur-1efa86336cbd3056a1ecd625cf8a8d631ba3c232.tar.gz
v2019.04.01.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f7571442296..aa6cb244959d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2019.03.25.00
-pkgrel=2
+pkgver=2019.04.01.00
+pkgrel=1
pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server."
arch=('x86_64')
url="https://github.com/facebook/proxygen"
@@ -13,7 +13,7 @@ depends=('folly' 'wangle' 'zstd' 'fizz' 'boost' 'openssl' 'zlib' 'libcap')
makedepends=('cmake' 'python' 'gperf' 'gperftools')
conflicts=('proxygen-git')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('cf849f27cd7780fbfa8ae7dce3518d15b13650da2ba8ca3c16cc6613f7d423a5')
+sha256sums=('d377d23e8fd3621b40fab7143013d8aac142f5d295320456e78b0ab7b1824839')
build() {
cd "$pkgname-$pkgver"