aboutsummaryrefslogtreecommitdiffstats
path: root/testing/procs
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-09 22:24:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-09 23:16:18 -0300
commit503bfb02846e2aa9d08a4d72427ac0d0c0bc8633 (patch)
tree937e096ae9789f5e0d9afa4ccdf55b5527e6c07f /testing/procs
parent8673f5a62d822e3e7f240dfec280f5e921077c2e (diff)
downloadaports-503bfb02846e2aa9d08a4d72427ac0d0c0bc8633.tar.bz2
aports-503bfb02846e2aa9d08a4d72427ac0d0c0bc8633.tar.xz
testing/procs: upgrade to 0.9.19
Diffstat (limited to 'testing/procs')
-rw-r--r--testing/procs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD
index 24d6b534cf..267cde4bcb 100644
--- a/testing/procs/APKBUILD
+++ b/testing/procs/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Chloe Kudryavtsev <toast@toastin.space>
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=procs
-pkgver=0.9.12
+pkgver=0.9.19
pkgrel=0
-pkgdesc="A modern replacement for ps written in Rust"
+pkgdesc="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)
arch="$arch !armhf !armv7 !x86" # test_run test_run_insert and test_run_tree fail, x86 fails to build
@@ -32,4 +32,4 @@ package() {
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname"
}
-sha512sums="dfd9f76d01b535497cf96c43675d9d810c4714a690938a4b67b5dce4416ddd6b380cf2854c9a3a2580f78e1f6ba7973699400fe09a522acf7ab076c312e35546 procs-0.9.12.tar.gz"
+sha512sums="b382103ca0fbce23b63f72071fd94cee7a9e5034163df8139d1d718d71af18e29ea706ca15af1a85a0409efa65b57b0d2efd2ca18285670be7c98bf37c19b350 procs-0.9.19.tar.gz"