aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-15 08:11:14 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-15 10:35:21 +0000
commit38ffa7430c864438768c70dbdefe76f3542cf54b (patch)
tree058e61b7cd2fdb5ee18779df8279f18cde931558
parente9a2bcb6237033f631f0fb12bece9ffbe535e47f (diff)
testing/cloud-utils: upgrade to 0.31
-rwxr-xr-xtesting/cloud-utils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cloud-utils/APKBUILD b/testing/cloud-utils/APKBUILD
index f7156680005..ecee9072552 100755
--- a/testing/cloud-utils/APKBUILD
+++ b/testing/cloud-utils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Vladimir Avinkin <mouzfun@gmail.com>
# Maintainer: Vladimir Avinkin <mouzfun@gmail.com>
pkgname=cloud-utils
-pkgver=0.30
+pkgver=0.31
pkgrel=0
pkgdesc="Useful set of utilities for interacting with a cloud"
url="https://launchpad.net/cloud-utils/"
@@ -9,7 +9,7 @@ arch="noarch !mips !mips64 !s390x" # tests are broken on big-endian
license="GPL-3.0-or-later"
depends="bash python3 sfdisk sgdisk util-linux qemu-img mtools cdrkit coreutils"
subpackages="$pkgname-doc"
-source="https://launchpad.net/$pkgname/trunk/0.3/+download/$pkgname-$pkgver.tar.gz"
+source="https://launchpad.net/cloud-utils/trunk/$pkgver/+download/cloud-utils-$pkgver.tar.gz"
build() {
make
@@ -24,4 +24,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="62274b80ada530e5cac32b34e9f9cd4994bf81b336da039f10035beeae6a01f11aaa24fd2ba436001844fca7542cce2527711c8ae87a5b53f4cab505dcb07f28 cloud-utils-0.30.tar.gz"
+sha512sums="4ca22def9564e101e228ca363d7f2da593f0644a09581bf862d4aeb4b320cc7c8af5a5e7af6283966ee1a8828715bb94725c0aab584b77e97f77a3ad593c2629 cloud-utils-0.31.tar.gz"