diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-31 10:54:09 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-31 10:54:21 +0200 |
commit | 65d6defc096d8caaac58a0d5a8e4766922987e76 (patch) | |
tree | e98efdf6ae98b1a91ca61638da3c01b1db3cf2b8 /ceph-bin | |
parent | 24c2c352c8a03a12418a6bdb95b696e13bc5379d (diff) | |
download | archlinuxewe-65d6defc096d8caaac58a0d5a8e4766922987e76.tar.xz |
ceph-bin: rebuild
Diffstat (limited to 'ceph-bin')
-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+=( |