aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2021-03-24 10:23:14 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-03-24 18:21:27 +0000
commit6e97ceaf9d5fdf300d1c610c647ca28946b5ed1d (patch)
treeebd1b73a74e80cf8f128fcf9faaa6fe8c0d9b736
parentbeb03e58f106ccedb14bcce9e83676d98c1d1f01 (diff)
testing/procs: upgrade to 0.11.4
target all archs with rust support
-rw-r--r--testing/procs/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD
index e333c492bae..0d9d650429c 100644
--- a/testing/procs/APKBUILD
+++ b/testing/procs/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Chloe Kudryavtsev <toast@toast.cafe>
# Maintainer: Chloe Kudryavtsev <toast@toast.cafe>
pkgname=procs
-pkgver=0.10.10
-pkgrel=1
+pkgver=0.11.4
+pkgrel=0
pkgdesc="Modern replacement for ps written in Rust"
url="https://github.com/dalance/procs"
-arch="x86_64"
+arch="all !mips64 !s390x" # limited by rust/cargo
license="MIT"
options="net"
makedepends="cargo"
@@ -31,4 +31,4 @@ package() {
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname"
}
-sha512sums="081275c7a5c0c8f96ae278aef325f4f70f666e7aa8d7538e26ac64b746d39c7bd3c2f5428cfaa427ab3af8443d0ae75653437705148056fa2b1abf9598b8e914 procs-0.10.10.tar.gz"
+sha512sums="2fca3dfcb0a1c7dc174426150f5264615bb38c736e0df931a6c03eb2211d95c44b3601debd9781c08cabbda692e7263c6a48bf351fad7e1020f6c8e0e530e569 procs-0.11.4.tar.gz"