summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-06-06 00:07:38 +0800
committerXiaoxu Guo2022-06-06 00:07:38 +0800
commit4fb16f7b98dab9079975c603dbfcf432757796f9 (patch)
treec8a61d0fb636a6e36dbe02b3d1619e2f6d55cee7 /PKGBUILD
parente25202db5f22d30f8d6b7be7bcd377bcef1c1026 (diff)
downloadaur-4fb16f7b98dab9079975c603dbfcf432757796f9.tar.gz
v2022.05.23.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11b06407ad9d..1d8cd2bf65df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.05.30.00
+pkgver=2022.05.23.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=('0050a3d5c87ca0a664cd9bbcdd578d83289b626bd7a94711e860a4bf62e7974f')
+sha256sums=('9e888bcd310e57b993c7e9efc7ff133a394620910448e60da5b8e88568f27f93')
build() {
cd "$pkgname-$pkgver"