summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente565b24f3151c6104e75c66cb337ed05a409bdd8 (diff)
downloadaur-ceph-deploy.tar.gz
updated to version 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)