summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-18 11:29:14 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-18 11:30:18 +0100
commit23f06ba9bdda337a50cd367d301b2e2a162b26d1 (patch)
tree9cbced00c0a21f83b3f6bd7ed2d96d15bee47b3c /pcr
parentd86e06cca13acc720562699a1bcbe68fc2164a8f (diff)
pcr: python-bundlewrap: update to 4.3.0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-bundlewrap/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-bundlewrap/PKGBUILD b/pcr/python-bundlewrap/PKGBUILD
index 82ed4c1fe..43cd5484a 100644
--- a/pcr/python-bundlewrap/PKGBUILD
+++ b/pcr/python-bundlewrap/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-bundlewrap
_pkgname=bundlewrap
-pkgver=4.2.2
+pkgver=4.3.0
pkgrel=1
pkgdesc="Agent-less configuration management"
arch=('any')
@@ -22,7 +22,7 @@ depends=('python-cryptography'
'python-tomlkit')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('d1a9e1d09c8054f964963a0b2bd8ee5d4625b0abda43d2bd6fdfaec3cf01ad555eca2369740ef05159925cd4e0aa32e439fe4fb8eb604db0e19d064698dde233')
+sha512sums=('83cdfc182dd99698a8be8f31adde95c420951b76d3d9f0bd80afc894c2c2ed6f8ca74938f10b59e81aa8bcda6109d4e6066dcb36673353d3d3980614f66020e5')
build(){
cd "$srcdir/bundlewrap-$pkgver"