summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-01-04 00:09:16 -0800
committerXiaoxu Guo2022-01-04 00:09:16 -0800
commit9c1841e953bfa769796c840ae86cf3acef45e468 (patch)
tree8a21985e9a424c71fd9a4b2a2f547d741fa18148 /PKGBUILD
parent6f0d496a215a795cb97d81bea4e9d61faae3ba8f (diff)
downloadaur-9c1841e953bfa769796c840ae86cf3acef45e468.tar.gz
v2022.01.03.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8328fda6484..ed27cd157103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2021.12.27.00
+pkgver=2022.01.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=('aa7f58815ff36686ca44851752fe48c3f3be468020acbed733d7475452a9c31b')
+sha256sums=('364ebc7087487a1780636e4be8a08e51272dde26dc9ff89f4e785483f64925cc')
build() {
cd "$pkgname-$pkgver"