summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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)