summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
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 168e8fe1b..89334eeef 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=18
+pkgrel=19
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+r309+gbb34b7eda1f'
+ 'gcc-libs=14.2.1+r26+g14fa2b2ae7f'
'glibc>=2.36'
'libblkid.so=1'
'libcrypto.so=3'
@@ -56,7 +56,7 @@ package_ceph-libs-bin() {
package_ceph-bin() {
_pinned_dependencies=(
- 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
+ 'gcc-libs=14.2.1+r26+g14fa2b2ae7f'
'glibc>=2.36'
'libblkid.so=1'
'libcap-ng.so=0'
@@ -96,7 +96,7 @@ package_ceph-bin() {
package_ceph-mgr-bin() {
_pinned_dependencies=(
- 'gcc-libs=14.1.1+r309+gbb34b7eda1f'
+ 'gcc-libs=14.2.1+r26+g14fa2b2ae7f'
'glibc>=2.36'
'libsqlite3.so=0'
)