summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46de538ee0b..d09cba0b71cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cdist
pkgdesc = A usable configuration management system
- pkgver = 4.7.3
+ pkgver = 4.11.1
pkgrel = 1
url = https://github.com/ungleich/cdist
arch = any
@@ -8,10 +8,10 @@ pkgbase = cdist
makedepends = python-setuptools
depends = python
depends = openssh
- source = https://github.com/ungleich/cdist/releases/download/4.7.3/cdist-4.7.3.tar.gz
- source = https://github.com/ungleich/cdist/releases/download/4.7.3/cdist-4.7.3.tar.gz.asc
+ source = https://github.com/ungleich/cdist/releases/download/4.11.1/cdist-4.11.1.tar.gz
+ source = https://github.com/ungleich/cdist/releases/download/4.11.1/cdist-4.11.1.tar.gz.asc
validpgpkeys = 69767822F3ECC3C349C1EFFFEFD2AE4EC36B6901
- sha256sums = ab80460ce5383d34b904cb8b5ad4367def76025ebf9534e67ab80f29ea44c8c8
+ sha256sums = cc35bd05bf4feed44f9ac33b1a868a27029abfd05018cee2f053f54c318186a6
sha256sums = SKIP
pkgname = cdist
diff --git a/PKGBUILD b/PKGBUILD
index 648f8224b8ff..42fe2a470b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=cdist
-pkgver=4.7.3
+pkgver=4.11.1
pkgrel=1
pkgdesc='A usable configuration management system'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'openssh')
makedepends=('python-setuptools')
validpgpkeys=('69767822F3ECC3C349C1EFFFEFD2AE4EC36B6901') # ungleich GmbH (ungleich FOSS) <foss@ungleich.ch>')
source=("https://github.com/ungleich/cdist/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ab80460ce5383d34b904cb8b5ad4367def76025ebf9534e67ab80f29ea44c8c8'
+sha256sums=('cc35bd05bf4feed44f9ac33b1a868a27029abfd05018cee2f053f54c318186a6'
'SKIP')
prepare() {