summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaoxu Guo2023-02-14 00:08:09 +0800
committerXiaoxu Guo2023-02-14 00:08:09 +0800
commitece713dcc01256934080b0a5c96fb602ee59be1e (patch)
tree39eddefa360bcc30f030cdf098355c21ba852a59 /PKGBUILD
parenta3431d8e3f2964deaeed37865ec76036d842ecb7 (diff)
downloadaur-ece713dcc01256934080b0a5c96fb602ee59be1e.tar.gz
v2023.02.13.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d762097e48..d488035e1f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=folly
-pkgver=2023.02.06.00
+pkgver=2023.02.13.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=('ba329a16fb1d4b31e7a29ef8fc08a4f0bd544d908bc8cc436b2195019b6477c9')
+sha256sums=('4e22f4fd57728abb563cf6bbe260388819e0385dbecc02762c08b301f711bcee')
build() {
cd "$pkgname-$pkgver"