summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 044156b24f7b..4beb30eb9564 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 = 15.2.2
+ pkgver = 15.2.3
pkgrel = 1
url = https://ceph.com/
arch = any
@@ -14,7 +14,7 @@ pkgbase = cephadm
optdepends = ntp: time sync service
provides = cephadm
conflicts = cephadm-git
- source = cephadm-15.2.2::https://github.com/ceph/ceph/raw/v15.2.2/src/cephadm/cephadm
+ source = cephadm-15.2.3::https://github.com/ceph/ceph/raw/v15.2.3/src/cephadm/cephadm
sha256sums = b690fa4b6bd1a2f4336473e2d526e828fc6345289b7cc7c3556a9ea300d55005
pkgname = cephadm
diff --git a/.gitignore b/.gitignore
index 4cde54694c62..33d953ccad5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-cephadm-*
+cephadm*
# Created by https://www.gitignore.io/api/archlinuxpackages
# Edit at https://www.gitignore.io/?templates=archlinuxpackages
diff --git a/PKGBUILD b/PKGBUILD
index f84b4a258fbf..b8d6c54c8f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=15.2.2
+pkgver=15.2.3
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')