From f8c61a82b76ebb068c8d409b50595f23971586ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= <michal@polanski.me>
Date: Sat, 17 Oct 2020 19:30:33 +0200
Subject: [PATCH] testing/bandwhich: upgrade to 0.20.0

---
 testing/bandwhich/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/bandwhich/APKBUILD b/testing/bandwhich/APKBUILD
index 1e59d6965129..fae81d0ff3d6 100644
--- a/testing/bandwhich/APKBUILD
+++ b/testing/bandwhich/APKBUILD
@@ -1,11 +1,11 @@
 # Contributor: Anjandev Momi <anjan@momi.ca>
 # Maintainer: Anjandev Momi <anjan@momi.ca>
 pkgname=bandwhich
-pkgver=0.16.0
-pkgrel=1
+pkgver=0.20.0
+pkgrel=0
 pkgdesc="Terminal bandwidth utilization tool"
 url="https://github.com/imsnif/bandwhich"
-arch="all !s390x !mips !mips64" # Limited by cargo
+arch="all !s390x !mips !mips64" # limited by cargo
 license="MIT"
 makedepends="cargo"
 source="$pkgname-$pkgver.tar.gz::https://github.com/imsnif/bandwhich/archive/$pkgver.tar.gz"
@@ -22,4 +22,4 @@ package() {
 	install -Dm755 target/release/bandwhich "$pkgdir"/usr/bin/bandwhich
 }
 
-sha512sums="c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158  bandwhich-0.16.0.tar.gz"
+sha512sums="3bd5cc4166514feb601eb921ef3fbad08b8e9787aad1bb0c8a9543207631964ffc14cc1488e96ef4319bb1a20c5f684b744facd2a6cf1d9ef6dd5d2fefc524cb  bandwhich-0.20.0.tar.gz"
-- 
GitLab