summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-23 12:52:10 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-23 12:52:10 +0200
commitc74b9a918c6bd8bc15bf9664982172988fec48ae (patch)
tree23100ce9c9a28e1eba2d435d56efc40205f00982 /ceph-bin
parent59b9e634b475296b482e2734f23514783dcd6804 (diff)
downloadarchlinuxewe-c74b9a918c6bd8bc15bf9664982172988fec48ae.tar.xz
ceph-bin: rebuild
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD
index 3bd19d9e5..b51224c33 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=15
+pkgrel=16
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
@@ -24,7 +24,7 @@ noextract=("${source[@]%%::*}")
package_ceph-libs-bin() {
_pinned_dependencies=(
- 'gcc-libs=14.1.1+r58+gfc9fb69ad62'
+ 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
'glibc>=2.36'
'libblkid.so=1'
'libcrypto.so=3'
@@ -52,7 +52,7 @@ package_ceph-libs-bin() {
package_ceph-bin() {
_pinned_dependencies=(
- 'gcc-libs=14.1.1+r58+gfc9fb69ad62'
+ 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
'glibc>=2.36'
'libblkid.so=1'
'libcap-ng.so=0'
@@ -88,7 +88,7 @@ package_ceph-bin() {
package_ceph-mgr-bin() {
_pinned_dependencies=(
- 'gcc-libs=14.1.1+r58+gfc9fb69ad62'
+ 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
'glibc>=2.36'
'libsqlite3.so=0'
)