summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d20288e9c5..b5a32ed008d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Tatschner <stefan@rumpelsepp.org>
pkgname=pyinfra
-pkgver=1.3
+pkgver=1.4.12
pkgrel=1
pkgdesc="pyinfra automates infrastructure super fast at massive scale"
arch=('any')
@@ -11,7 +11,7 @@ depends=("python" "python-gevent" "python-paramiko" "python-click" "python-color
"python-docopt" "python-jinja" "python-dateutil" "python-pywinrm" "python-configparser")
makedepends=('python-setuptools')
source=("https://github.com/Fizzadar/pyinfra/archive/v$pkgver.tar.gz")
-sha256sums=('0852337af2a82723c1502b81a1326e59bb1421ae4114242940b779508b8fbb06')
+sha256sums=('b7d7b7844c98a105065d683190c3d0723b4a1addde5a46f21938ead351ec8a65')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"