summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Pujol2019-12-01 22:44:57 +0000
committerAlexandre Pujol2019-12-01 22:44:57 +0000
commit84cd6cf6c1f74569052020dbb3c7f046717580fb (patch)
tree3866caebfd91ddadb7b06353c9313ea7f53eee5c
parenta1f687210f9c333c3f74c1d24f7e8d88a2838730 (diff)
downloadaur-84cd6cf6c1f74569052020dbb3c7f046717580fb.tar.gz
upgpkg: debops 1.2.0-1
upstream release debops 1.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7d8282e2127..62d29396931a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debops
pkgdesc = Your Debian-based data center in a box
- pkgver = 1.1.6
+ pkgver = 1.2.0
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.1.6.tar.gz
- sha512sums = 8812450a997c13e54133c4ee6dcd23e9313fb173d05220414956447c19afa1c90ede3cc2226046b60624a20b0c8fe2c3769a9acb16b8716b744d2b253e4bb211
+ source = https://github.com/debops/debops/archive/v1.2.0.tar.gz
+ sha512sums = faa9c49d6f2b3294fc12cefbdd9777b6a8d4201762e1e0c0c10e5ddf8b4368e80d9967ba9c05079ce3e4b3dc5409f87227584cc84237dd474af0d89912eb78ba
pkgname = debops
diff --git a/PKGBUILD b/PKGBUILD
index a48b08f01679..d3316039bf1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: itsme <mymail@ishere.ru>
pkgname=debops
-pkgver=1.1.6
+pkgver=1.2.0
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=('8812450a997c13e54133c4ee6dcd23e9313fb173d05220414956447c19afa1c90ede3cc2226046b60624a20b0c8fe2c3769a9acb16b8716b744d2b253e4bb211')
+sha512sums=('faa9c49d6f2b3294fc12cefbdd9777b6a8d4201762e1e0c0c10e5ddf8b4368e80d9967ba9c05079ce3e4b3dc5409f87227584cc84237dd474af0d89912eb78ba')
build() {
cd "$pkgname-$pkgver"