summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-03-01 00:09:18 -0800
committerXiaoxu Guo2022-03-01 00:09:18 -0800
commitcb3a20de3a9e4266f93d527be0bb503b6dd49aad (patch)
treef4e4f07d5a6a1b02412bdc304fe72903fec8effa /PKGBUILD
parentf1743b0b994d0f34af6e5edb68c0d79f3f5871bb (diff)
downloadaur-cb3a20de3a9e4266f93d527be0bb503b6dd49aad.tar.gz
v2022.02.28.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3ce3992b0b5..3e8574cdfddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.02.14.00
+pkgver=2022.02.28.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=('6ec28672a524e1d9d89cdb528d64362b939b4f0afc526767d93aa1ebb2639fc1')
+sha256sums=('1342c8bacb87482c8c6e96ad6ac9df58b5e9bd6f51a897cd71b4b345f08d7bce')
build() {
cd "$pkgname-$pkgver"