diff options
author | Andy Botting | 2022-07-13 14:31:12 +1000 |
---|---|---|
committer | Andy Botting | 2022-07-13 14:31:12 +1000 |
commit | 570acc33608b97f8debdee852590c07043ccde22 (patch) | |
tree | 0d54ba0d73078ffce9db0ee7b9b298ac94189b01 | |
parent | 189a4d956adfa75b266025a90aa880b3eb8cedcd (diff) | |
download | aur-570acc33608b97f8debdee852590c07043ccde22.tar.gz |
Update to v2.4.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-muranoclient pkgdesc = Python client library for Murano - pkgver = 2.3.0 + pkgver = 2.4.1 pkgrel = 1 url = https://docs.openstack.org/python-muranoclient/ arch = any @@ -31,7 +31,7 @@ pkgbase = python-muranoclient depends = python-oslo-utils depends = python-oslo-log depends = python-oslo-i18n - source = https://github.com/openstack/python-muranoclient/archive/2.3.0.tar.gz - sha512sums = 9ccd869a273287c97c3a2a69b8eb0b004b586316e0a7e62507efb3961b77b2b4237f3e09da3e4a833869be49c61c5f77920ea9d090b8474da817a8cb86d5cbc5 + source = https://github.com/openstack/python-muranoclient/archive/2.4.1.tar.gz + sha512sums = ec95a71add4760019465f1064e0db22c61e9f1b2a282c1a1f3c4eb153faa88027ce7926c51d1610061d0cc2d438cc9d6ef2f3cd3f54772c011ad257dede07dfc pkgname = python-muranoclient @@ -1,7 +1,7 @@ # Maintainer: Andy Botting <andy@andybotting.com> pkgname=python-muranoclient -pkgver=2.3.0 +pkgver=2.4.1 pkgrel=1 pkgdesc='Python client library for Murano' arch=('any') @@ -16,7 +16,7 @@ checkdepends=('python-fixtures' 'python-mock' 'python-requests-mock' 'python-tempest' 'python-stestr' 'python-testscenarios' 'python-testtools' 'python-oslotest' 'python-os-testr') source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz") -sha512sums=('9ccd869a273287c97c3a2a69b8eb0b004b586316e0a7e62507efb3961b77b2b4237f3e09da3e4a833869be49c61c5f77920ea9d090b8474da817a8cb86d5cbc5') +sha512sums=('ec95a71add4760019465f1064e0db22c61e9f1b2a282c1a1f3c4eb153faa88027ce7926c51d1610061d0cc2d438cc9d6ef2f3cd3f54772c011ad257dede07dfc') export PBR_VERSION=$pkgver |