diff options
-rw-r--r-- | ceph-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 00dfdceb7..168e8fe1b 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgbase='ceph-bin' pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') pkgver=17.2.6.2 -pkgrel=17 +pkgrel=18 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -34,7 +34,7 @@ package_ceph-libs-bin() { 'libudev.so=1' 'libz.so=1' 'libzstd.so=1' - 'lz4=1:1.9.4' + 'lz4=1:1.10.0' ) if [ "${OS}" = 'arch' ]; then _pinned_dependencies+=( @@ -68,7 +68,7 @@ package_ceph-bin() { 'libssl.so=3' 'libudev.so=1' 'libz.so=1' - 'lz4=1:1.9.4' + 'lz4=1:1.10.0' ) if [ "${OS}" = 'arch' ]; then _pinned_dependencies+=( |