summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/cephadm2021-07-09 03:03:52 +0000
committerBOT gitlab.com/XenGi-aur/cephadm2021-07-09 03:03:52 +0000
commit0fdda033ccacc2315cd3ee1be706bed4397d2929 (patch)
tree26dad279fc389058a84e4c4b3036d1f244aab58f
parentf9843fe70b94cb35ce8c0f2fcef9d28d0e64a724 (diff)
downloadaur-0fdda033ccacc2315cd3ee1be706bed4397d2929.tar.gz
bumped to version 16.2.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26596f110c7c..1891b6906879 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.4
+ pkgver = 16.2.5
pkgrel = 1
url = https://ceph.com/
arch = any
@@ -15,8 +15,7 @@ pkgbase = cephadm
optdepends = ntp: time sync service
provides = cephadm
conflicts = cephadm-git
- source = cephadm-16.2.4::https://github.com/ceph/ceph/raw/v16.2.4/src/cephadm/cephadm
- sha256sums = 805af24366f89cf0920c7f318721912a6959ccf4031a857368050a1dc243ba3f
+ source = cephadm-16.2.5::https://github.com/ceph/ceph/raw/v16.2.5/src/cephadm/cephadm
+ sha256sums = 0ff35e2176b1f20429e02eea014efb84659e42259d34a998dad320adcb41d641
pkgname = cephadm
-
diff --git a/PKGBUILD b/PKGBUILD
index 80d031f12718..fb59929fd503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# maintainer: Ricardo Band <email@ricardo.band>
pkgname=cephadm
-pkgver=16.2.4
+pkgver=16.2.5
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=('805af24366f89cf0920c7f318721912a6959ccf4031a857368050a1dc243ba3f')
+sha256sums=('0ff35e2176b1f20429e02eea014efb84659e42259d34a998dad320adcb41d641')
package() {
cd $srcdir