summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-02-25 11:30:38 +0000
committerAlexandre Pujol2020-02-25 11:30:38 +0000
commit8f644e93472e6b2856d0d19beb66dcc2207b872f (patch)
tree2148e6ef98089c81f984363bc98869777cddbb3e
parent63e5794465f6894eb52d9f0f9a1a762de8f94d9d (diff)
downloadaur-8f644e93472e6b2856d0d19beb66dcc2207b872f.tar.gz
upgpkg: debops 2.0.2-1
upstream release debops 2.0.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736a5d6c42d6..ab608a2d0c8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://debops.org/
arch = any
@@ -18,8 +18,8 @@ pkgbase = debops
optdepends = python-ldap: required by Ansible "ldap_*" modules
optdepends = python-passlib: required by Ansible "password" lookup plugin
conflicts = depops-git
- source = https://github.com/debops/debops/archive/v2.0.1.tar.gz
- sha512sums = c27cce1f334a4ae7cff07e8c5507e415133ea38a5b6a71ea7da977520d3e392b0242a7059728fc40628393f2c5a9f186cdfd81fbfb4a7dbd541ddb6661b4cd8b
+ source = https://github.com/debops/debops/archive/v2.0.2.tar.gz
+ sha512sums = b1e8f8dfa416361dd5c44a53ed71bf056c3d99e1aff4701541714e539e5947a4522fe5b617e2af61ff740b1eccb1febbd80be53535f350a261806cfa0cad07f8
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index e2a8f447df43..4735e22ecd40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="Your Debian-based data center in a box"
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
makedepends=('python-setuptools')
conflicts=('depops-git')
source=(https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('c27cce1f334a4ae7cff07e8c5507e415133ea38a5b6a71ea7da977520d3e392b0242a7059728fc40628393f2c5a9f186cdfd81fbfb4a7dbd541ddb6661b4cd8b')
+sha512sums=('b1e8f8dfa416361dd5c44a53ed71bf056c3d99e1aff4701541714e539e5947a4522fe5b617e2af61ff740b1eccb1febbd80be53535f350a261806cfa0cad07f8')
build() {
cd "$pkgname-$pkgver"