aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-10-17 19:30:33 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-10-17 19:15:43 +0000
commitf8c61a82b76ebb068c8d409b50595f23971586ec (patch)
treefaffd3a09dfd45e61f1403f47100d1b47ca815c2
parent15595ce92134de71b7da6ee067a3d8e767a2bfdd (diff)
testing/bandwhich: upgrade to 0.20.0
-rw-r--r--testing/bandwhich/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/bandwhich/APKBUILD b/testing/bandwhich/APKBUILD
index 1e59d696512..fae81d0ff3d 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"