summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-10-04 00:08:04 +0800
committerXiaoxu Guo2022-10-04 00:08:04 +0800
commit72e0607f6a274d00dda9767c01db472bd1f139dc (patch)
treed44b2066366144ce5b2c71429d867971d9979fcf /PKGBUILD
parentac35caf677231394b49e5b4d2cd68a288fed1093 (diff)
downloadaur-72e0607f6a274d00dda9767c01db472bd1f139dc.tar.gz
v2022.10.03.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21721b54c78d..6864c1c90cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.09.26.00
+pkgver=2022.10.03.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=('24a4cb5a4338cc3874a5e0ae13cfdc83720ce1363fc0faed1fc32c26b35fb6ec')
+sha256sums=('42dd54d17eed17fc0ae1c8ff35e0d11c991801d3220b0a32f82865072fe3f145')
build() {
cd "$pkgname-$pkgver"