summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/cephadm2020-12-21 20:07:34 +0000
committerBOT gitlab.com/XenGi-aur/cephadm2020-12-21 20:07:34 +0000
commite66551e4985b494fca4b3da51416dab1ca96f34f (patch)
treee052880342c0564e8cd1ae1fa23066adecf93911
parent3585fb6aa3969f8638f1f93f8ad76a93e32b7b99 (diff)
downloadaur-e66551e4985b494fca4b3da51416dab1ca96f34f.tar.gz
bumped to version 15.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee9dcf68815a..87c8803caa6f 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.7
+ pkgver = 15.2.8
pkgrel = 1
url = https://ceph.com/
arch = any
@@ -15,8 +15,8 @@ pkgbase = cephadm
optdepends = ntp: time sync service
provides = cephadm
conflicts = cephadm-git
- source = cephadm-15.2.7::https://github.com/ceph/ceph/raw/v15.2.7/src/cephadm/cephadm
- sha256sums = 5bb1bf25a6dcd1b7165f5a26e6da2e3b1a93bcbc08033c62869e2afdce2ce0cc
+ source = cephadm-15.2.8::https://github.com/ceph/ceph/raw/v15.2.8/src/cephadm/cephadm
+ sha256sums = b7ba032a9b9f9ce328a14771e58411374f8b7402e57371bb5a5948b61e122a8b
pkgname = cephadm
diff --git a/PKGBUILD b/PKGBUILD
index 7522d7bc7e0d..1f76fc414948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=15.2.7
+pkgver=15.2.8
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=('5bb1bf25a6dcd1b7165f5a26e6da2e3b1a93bcbc08033c62869e2afdce2ce0cc')
+sha256sums=('b7ba032a9b9f9ce328a14771e58411374f8b7402e57371bb5a5948b61e122a8b')
package() {
cd $srcdir