summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2022-09-20 00:07:55 +0800
committerXiaoxu Guo2022-09-20 00:07:55 +0800
commitc3441e76e1cf8c3169aa8ace9d09d4fc4eb24023 (patch)
tree481353230ef7ff2f8b5cfda691c255013193b230 /PKGBUILD
parentf5d688d54305a79997943fc1eb08319c3510b13a (diff)
downloadaur-c3441e76e1cf8c3169aa8ace9d09d4fc4eb24023.tar.gz
v2022.09.19.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3db4dbade0ed..c1e2bb6c15f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2022.09.12.00
+pkgver=2022.09.19.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=('c0bc96730dc30852f2656b8c0d98c7e35a4c7f513256307e4e54045a9cba1073')
+sha256sums=('0aee963cd5da8db7be7cc8e03f7a8bcaa2a320ab1b209b3cd2644bfa6b60f0ca')
build() {
cd "$pkgname-$pkgver"