summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-09-27 00:08:24 +0800
committerXiaoxu Guo2022-09-27 00:08:24 +0800
commitac35caf677231394b49e5b4d2cd68a288fed1093 (patch)
treee6b5c2c4718adf16c5b17c1e03c207a1932a8ae6 /PKGBUILD
parentc3441e76e1cf8c3169aa8ace9d09d4fc4eb24023 (diff)
downloadaur-ac35caf677231394b49e5b4d2cd68a288fed1093.tar.gz
v2022.09.26.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1e2bb6c15f9..21721b54c78d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.09.19.00
+pkgver=2022.09.26.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=('0aee963cd5da8db7be7cc8e03f7a8bcaa2a320ab1b209b3cd2644bfa6b60f0ca')
+sha256sums=('24a4cb5a4338cc3874a5e0ae13cfdc83720ce1363fc0faed1fc32c26b35fb6ec')
build() {
cd "$pkgname-$pkgver"