summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2020-01-09 12:17:29 +0000
committerAlexandre Pujol2020-01-09 12:17:29 +0000
commit39c2bd438559758f17aad3bf78238d033f2a5b67 (patch)
tree43cbbcca6302be7995e101b2218faed7e81f5830
parent84cd6cf6c1f74569052020dbb3c7f046717580fb (diff)
downloadaur-39c2bd438559758f17aad3bf78238d033f2a5b67.tar.gz
upgpkg: debops 1.2.1-1
upstream release debops 1.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d29396931a..ec8650766ff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 1.2.0
+ pkgver = 1.2.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/v1.2.0.tar.gz
- sha512sums = faa9c49d6f2b3294fc12cefbdd9777b6a8d4201762e1e0c0c10e5ddf8b4368e80d9967ba9c05079ce3e4b3dc5409f87227584cc84237dd474af0d89912eb78ba
+ source = https://github.com/debops/debops/archive/v1.2.1.tar.gz
+ sha512sums = 71d8d0902ab503d1f14526801e9e60cb5e4496cb88399f78f0c451135e4c29879884684e053582e41ecd94a51631acb7b8ede6a858ccc2ba5ecdcb67bfcb725b
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index d3316039bf1f..d18ec783bef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=1.2.0
+pkgver=1.2.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=('faa9c49d6f2b3294fc12cefbdd9777b6a8d4201762e1e0c0c10e5ddf8b4368e80d9967ba9c05079ce3e4b3dc5409f87227584cc84237dd474af0d89912eb78ba')
+sha512sums=('71d8d0902ab503d1f14526801e9e60cb5e4496cb88399f78f0c451135e4c29879884684e053582e41ecd94a51631acb7b8ede6a858ccc2ba5ecdcb67bfcb725b')
build() {
cd "$pkgname-$pkgver"