summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-11-27 11:16:45 +0100
committerRicardo (XenGi) Band2020-11-27 11:16:45 +0100
commita1f6c2f7a99c25533517a7a1ae348e7e9505b155 (patch)
treee9bc767eb2fd3a45b69b863d6ca5212a10f51993
parente565b24f3151c6104e75c66cb337ed05a409bdd8 (diff)
downloadaur-a1f6c2f7a99c25533517a7a1ae348e7e9505b155.tar.gz
updated to version 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e290832bc564..c4c469e6774d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ceph-deploy
pkgdesc = Deploy Ceph with minimal infrastructure, using just SSH access
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = http://ceph.com
arch = any
@@ -8,8 +8,8 @@ pkgbase = ceph-deploy
makedepends = python-setuptools
depends = python
depends = python-remoto
- source = https://github.com/ceph/ceph-deploy/archive/v2.0.1.tar.gz
- sha256sums = f8309b26afb222a325cec0a31779d91e58aa8b8b5ed6d3d891370eb076d696c0
+ source = https://github.com/ceph/ceph-deploy/archive/v2.1.0.tar.gz
+ sha256sums = 15e60e3fe7bdb7b7b67787bd523744216d8941cc1616081870e099a7010969a4
pkgname = ceph-deploy
diff --git a/PKGBUILD b/PKGBUILD
index 935bbb06f095..898178d6a898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
#Former maintainer: Gui||aume <michaudg at gmail.com>
pkgname=ceph-deploy
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
arch=(any)
pkgdesc="Deploy Ceph with minimal infrastructure, using just SSH access"
url=http://ceph.com
license=(MIT)
source=("https://github.com/ceph/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('f8309b26afb222a325cec0a31779d91e58aa8b8b5ed6d3d891370eb076d696c0')
+sha256sums=('15e60e3fe7bdb7b7b67787bd523744216d8941cc1616081870e099a7010969a4')
depends=(python python-remoto)
makedepends=(python-setuptools)