summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/cephadm2021-09-17 03:03:51 +0000
committerBOT gitlab.com/XenGi-aur/cephadm2021-09-17 03:03:51 +0000
commitd607e3fa860da88c10049344ad906f62f87045e2 (patch)
treed9b7ff6bc2e38f0eb4c758932595700ad875218c
parent0fdda033ccacc2315cd3ee1be706bed4397d2929 (diff)
downloadaur-d607e3fa860da88c10049344ad906f62f87045e2.tar.gz
bumped to version 16.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1891b6906879..8fa55ee90099 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 = 16.2.5
+ pkgver = 16.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-16.2.5::https://github.com/ceph/ceph/raw/v16.2.5/src/cephadm/cephadm
- sha256sums = 0ff35e2176b1f20429e02eea014efb84659e42259d34a998dad320adcb41d641
+ source = cephadm-16.2.6::https://github.com/ceph/ceph/raw/v16.2.6/src/cephadm/cephadm
+ sha256sums = 927a6fed39f10a3a9c1f5c6514183352f8d18948649e98ce61bf503f9c08a01c
pkgname = cephadm
diff --git a/PKGBUILD b/PKGBUILD
index fb59929fd503..09dea478e70b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=16.2.5
+pkgver=16.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=('0ff35e2176b1f20429e02eea014efb84659e42259d34a998dad320adcb41d641')
+sha256sums=('927a6fed39f10a3a9c1f5c6514183352f8d18948649e98ce61bf503f9c08a01c')
package() {
cd $srcdir