summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi/aur-cephadm2020-07-01 20:33:26 +0000
committerBOT gitlab.com/XenGi/aur-cephadm2020-07-01 20:33:26 +0000
commit7ef8b1ccd29015bc2c1947897c5ba935312d1229 (patch)
tree70abd305704a9d0598d830f766a5acb96a96cf1a
parent19d706bb8be87521967e8c7c3803db790f2c4aca (diff)
downloadaur-7ef8b1ccd29015bc2c1947897c5ba935312d1229.tar.gz
bumped to version 15.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebc6715dc38..b6be13d3be44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.3
- pkgrel = 2
+ pkgver = 15.2.4
+ pkgrel = 1
url = https://ceph.com/
arch = any
license = GPL2
@@ -15,8 +15,8 @@ pkgbase = cephadm
optdepends = ntp: time sync service
provides = cephadm
conflicts = cephadm-git
- source = cephadm-15.2.3::https://github.com/ceph/ceph/raw/v15.2.3/src/cephadm/cephadm
- sha256sums = b690fa4b6bd1a2f4336473e2d526e828fc6345289b7cc7c3556a9ea300d55005
+ source = cephadm-15.2.4::https://github.com/ceph/ceph/raw/v15.2.4/src/cephadm/cephadm
+ sha256sums = ada6406b6064f8b0cbcb8a5c7df733fcadc0921a631fac91fa1e191894891b0a
pkgname = cephadm
diff --git a/PKGBUILD b/PKGBUILD
index fd53534105ba..c71dca800881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=15.2.3
-pkgrel=2
+pkgver=15.2.4
+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')
url="https://ceph.com/"
@@ -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=('b690fa4b6bd1a2f4336473e2d526e828fc6345289b7cc7c3556a9ea300d55005')
+sha256sums=('ada6406b6064f8b0cbcb8a5c7df733fcadc0921a631fac91fa1e191894891b0a')
package() {
cd $srcdir