summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-02-06 16:34:20 +0000
committerAlexandre Pujol2020-02-06 16:34:20 +0000
commit63e5794465f6894eb52d9f0f9a1a762de8f94d9d (patch)
treed917e2c1df6c84bb2bc26759686b99d8fc871bfd
parent86e284468d303a35087f6baa56010ab03dcf168e (diff)
downloadaur-63e5794465f6894eb52d9f0f9a1a762de8f94d9d.tar.gz
upgpkg: debops 2.0.1-1
upstream release debops 2.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c69c5d578ce5..736a5d6c42d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 2.0.0
+ pkgver = 2.0.1
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.0.tar.gz
- sha512sums = 8e309aaaf96e42610cd59a3f110c92afc419389d82801f15dc8e74921e3acb0f36d0188f2a83830865d5b10e368130bb1642d01c45692b4d1077866cf32b60eb
+ source = https://github.com/debops/debops/archive/v2.0.1.tar.gz
+ sha512sums = c27cce1f334a4ae7cff07e8c5507e415133ea38a5b6a71ea7da977520d3e392b0242a7059728fc40628393f2c5a9f186cdfd81fbfb4a7dbd541ddb6661b4cd8b
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index 07c74a59c9b1..e2a8f447df43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=2.0.0
+pkgver=2.0.1
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=('8e309aaaf96e42610cd59a3f110c92afc419389d82801f15dc8e74921e3acb0f36d0188f2a83830865d5b10e368130bb1642d01c45692b4d1077866cf32b60eb')
+sha512sums=('c27cce1f334a4ae7cff07e8c5507e415133ea38a5b6a71ea7da977520d3e392b0242a7059728fc40628393f2c5a9f186cdfd81fbfb4a7dbd541ddb6661b4cd8b')
build() {
cd "$pkgname-$pkgver"