summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/cephadm2023-04-06 09:40:50 +0000
committerBOT gitlab.com/XenGi0/aur/cephadm2023-04-06 09:40:50 +0000
commit3638450e47a7e44729790650a4ad50f4ce795711 (patch)
tree67094a534702f16b0a8aa238684a2dab018d6bfb
parentd9e6895978f41f99c95e1771e89a84ae5370d87f (diff)
downloadaur-3638450e47a7e44729790650a4ad50f4ce795711.tar.gz
bumped to version 17.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25e053ad0116..6aa3ec54792b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cephadm
pkgdesc = Cephadm deploys and manages a Ceph cluster by connection to hosts from the manager daemon via SSH to add, remove, or update Ceph daemon containers
- pkgver = 17.2.5
+ pkgver = 17.2.6
pkgrel = 1
url = https://ceph.com/
arch = any
@@ -15,7 +15,7 @@ pkgbase = cephadm
optdepends = ntp: time sync service
provides = cephadm
conflicts = cephadm-git
- source = cephadm-17.2.5::https://github.com/ceph/ceph/raw/v17.2.5/src/cephadm/cephadm
- sha256sums = b12b00b690837714b99828954134a862c1d31390c5a937988b3d9209bf592f3e
+ source = cephadm-17.2.6::https://github.com/ceph/ceph/raw/v17.2.6/src/cephadm/cephadm
+ sha256sums = 9244333723f5fa132b4672b49d44e2cd08033c0683ee34489aa24151d998a9ca
pkgname = cephadm
diff --git a/PKGBUILD b/PKGBUILD
index e07cecc89708..8009c2c750a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=17.2.5
+pkgver=17.2.6
pkgrel=1
pkgdesc='Cephadm deploys and manages a Ceph cluster by connection to hosts from the manager daemon via SSH to add, remove, or update Ceph daemon containers'
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('podman: container backend'
provides=('cephadm')
conflicts=('cephadm-git')
source=("cephadm-$pkgver::https://github.com/ceph/ceph/raw/v$pkgver/src/cephadm/cephadm")
-sha256sums=('b12b00b690837714b99828954134a862c1d31390c5a937988b3d9209bf592f3e')
+sha256sums=('9244333723f5fa132b4672b49d44e2cd08033c0683ee34489aa24151d998a9ca')
package() {
cd $srcdir