aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-17 00:17:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-17 00:17:15 -0300
commita30402e6c2aa930a109cb9c3a951942a83f5ade8 (patch)
treeace78e0a70f1464144d3bd5e1a9ba4f61ff8069a
parent7a4f780d478b660f6ccab3ad33c063455fac32f0 (diff)
testing/procs: upgrade to 0.9.11
-rw-r--r--testing/procs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD
index e403d08b8d2..72b3956faca 100644
--- a/testing/procs/APKBUILD
+++ b/testing/procs/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Chloe Kudryavtsev <toast@toastin.space>
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=procs
-pkgver=0.9.9
-pkgrel=1
+pkgver=0.9.11
+pkgrel=0
pkgdesc="A modern replacement for ps written in Rust"
url="https://github.com/dalance/procs"
arch="x86_64 armv7 armhf !aarch64 x86 ppc64le" # limited by rust/cargo (aarch64 due to MAP_32BIT in nix package)
@@ -32,4 +32,4 @@ package() {
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname"
}
-sha512sums="ca880463a3336bb266126fe519d26368bb322d99393451761ab588a60d89f794862aae538c847271450d67195f972579e15542ba33a2d4bf6895b663c1dff17f procs-0.9.9.tar.gz"
+sha512sums="b279919b53b8a44cfe7a2842cb3f596e863e18723b4b4618e6d4fab514e50fd13b462ad66c532f98f9a03c5fd60fcbc5708ab7308b5dcf77577b5872cf06c73d procs-0.9.11.tar.gz"