summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2023-01-24 00:08:24 +0800
committerXiaoxu Guo2023-01-24 00:08:24 +0800
commit63e769d8adb172ee5bb36827c124a877387eefc5 (patch)
tree7783b2c614942e55137019a66044486ee3f1144c /PKGBUILD
parent91a506fa1369b421f571e0d219ced13cb32b4ac4 (diff)
downloadaur-63e769d8adb172ee5bb36827c124a877387eefc5.tar.gz
v2023.01.23.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65f897fb5264..71474ca6c4b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2023.01.16.00
+pkgver=2023.01.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=('b5d9b6d5833a6f149819cc828ec0f569f1edc88fd79344c642d2606d58cee130')
+sha256sums=('f646641ef58e9b0ada44ba4a96c0cb8f811df4ef661a03e2db0b82177654906d')
build() {
cd "$pkgname-$pkgver"