summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2021-01-18 11:25:47 +0100
committerDenis 'GNUtoo' Carikli2021-01-18 11:25:47 +0100
commitde4fa46902a2630b95a839df730c16d0e31425e6 (patch)
treeb6a2c5bcb23b9439890d16a5f7b006181ffaf735
parent726d1fba7db8eb2d177a2a3157ff340339ea7223 (diff)
downloadaur-de4fa46902a2630b95a839df730c16d0e31425e6.tar.gz
Update to 4.3.0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd1ed9c1568..a1b907cee26b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bundlewrap
pkgdesc = Agent-less configuration management
- pkgver = 4.2.2
+ pkgver = 4.3.0
pkgrel = 1
url = https://bundlewrap.org/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-bundlewrap
depends = python-six
depends = python-tomlkit
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/b/bundlewrap/bundlewrap-4.2.2.tar.gz
- sha512sums = d1a9e1d09c8054f964963a0b2bd8ee5d4625b0abda43d2bd6fdfaec3cf01ad555eca2369740ef05159925cd4e0aa32e439fe4fb8eb604db0e19d064698dde233
+ source = https://files.pythonhosted.org/packages/source/b/bundlewrap/bundlewrap-4.3.0.tar.gz
+ sha512sums = 83cdfc182dd99698a8be8f31adde95c420951b76d3d9f0bd80afc894c2c2ed6f8ca74938f10b59e81aa8bcda6109d4e6066dcb36673353d3d3980614f66020e5
pkgname = python-bundlewrap
diff --git a/PKGBUILD b/PKGBUILD
index 82ed4c1fe423..43cd5484a009 100644
--- a/PKGBUILD
+++ b/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"