summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-10-11 00:08:05 +0800
committerXiaoxu Guo2022-10-11 00:08:05 +0800
commit1ab2399898ad0ccdb2b8ff134a3933977336eec8 (patch)
tree28cb0240f94ef33c46013024aec3fea7e303cd5b /PKGBUILD
parent72e0607f6a274d00dda9767c01db472bd1f139dc (diff)
downloadaur-1ab2399898ad0ccdb2b8ff134a3933977336eec8.tar.gz
v2022.10.10.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6864c1c90cb3..6c7aeb3920d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.10.03.00
+pkgver=2022.10.10.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=('42dd54d17eed17fc0ae1c8ff35e0d11c991801d3220b0a32f82865072fe3f145')
+sha256sums=('a3f46dde2b951e8dfc01428ac01d2e1cae482d955242abd74d1f4451450a83b2')
build() {
cd "$pkgname-$pkgver"