summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi0/aur/cephadm2023-11-22 22:02:56 +0000
committerBOT gitlab.com/XenGi0/aur/cephadm2023-11-22 22:02:56 +0000
commit9fdf1d34ffaa3a6145a711224f555229fa32e3b3 (patch)
treeab948607388d1536e51b88e66d45e1c1892d06e2
parent32028548b177bffd443c9d68069d2c74fc23e678 (diff)
downloadaur-9fdf1d34ffaa3a6145a711224f555229fa32e3b3.tar.gz
bumped to version 18.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7411673a8b24..9cd3742e3cad 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 = 18.2.1
+ pkgver = 18.2.0
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 = https://github.com/ceph/ceph/archive/refs/tags/v18.2.1.tar.gz
- sha256sums = ace45d7c9d7f16c6109bfcb7a232d5d8a369b9f1c986574288b35d02792bffb2
+ source = https://github.com/ceph/ceph/archive/refs/tags/v18.2.0.tar.gz
+ sha256sums = 106fe2dd6ef512a904fb2fe3179eed8534a585ffb55de79fd8f4315bff04dd7a
pkgname = cephadm
diff --git a/PKGBUILD b/PKGBUILD
index e2816ba2be01..35f04e5c3c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=18.2.1
+pkgver=18.2.0
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=("https://github.com/ceph/ceph/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ace45d7c9d7f16c6109bfcb7a232d5d8a369b9f1c986574288b35d02792bffb2')
+sha256sums=('106fe2dd6ef512a904fb2fe3179eed8534a585ffb55de79fd8f4315bff04dd7a')
package() {
cd $srcdir/ceph-${pkgver}/src/cephadm/