summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-11-08 00:08:16 +0800
committerXiaoxu Guo2022-11-08 00:08:16 +0800
commit94773e5687e50ffa189ae5c7864167afafe5cfe6 (patch)
tree5a6110201f14a4bf59b1009b540a0953c33b38e7 /PKGBUILD
parent1a0499223957717d4190b516a197999f6df67228 (diff)
downloadaur-94773e5687e50ffa189ae5c7864167afafe5cfe6.tar.gz
v2022.11.07.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fe38bf91123..5459b0c54809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.10.31.00
+pkgver=2022.11.07.00
pkgrel=1
pkgdesc="An open-source C++ library developed and used at Facebook"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('snappy' 'jemalloc' 'double-conversion' 'gflags' 'google-glog' 'libeven
'libdwarf' 'libaio' 'liburing' 'libunwind')
makedepends=('cmake' 'gtest' 'gmock')
source=("https://github.com/facebook/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('46389ab812d010bd03de531e9a18f985ced23737fc26480393720e730821f7be')
+sha256sums=('ecd1df58cc20363b6d57434441123c692a29a6494a1788e1f210aad8981a636c')
build() {
cd "$pkgname-$pkgver"