summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2023-05-04 22:29:59 +0200
committerLászló Várady2023-05-04 22:29:59 +0200
commite9062ec864f5a05c0e6f09d5f856e5d6670dd826 (patch)
tree6b54b66162042a139b5be51e20f6aea4c929d29d /PKGBUILD
parent6c921c53bee5a278a3c861b7c5ab7479a54b8337 (diff)
downloadaur-e9062ec864f5a05c0e6f09d5f856e5d6670dd826.tar.gz
v2023.04.10.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83993cde02fd..626442188a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=proxygen
-pkgver=2022.08.22.00
+pkgver=2023.04.10.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=('f33158553fd04f33f7bb875d504d9ca84b0e58d68d0071f5a2ff99f11cd2a121')
+sha256sums=('3cd0e38bc5b45687f2ef0b462939fda81d7cee9d2142455909e7c77973645c84')
build() {
cd "$pkgname-$pkgver"