diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 07:41:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 07:41:18 -0300 |
commit | 73344f6148f15648dd50cde1f446e3c4c97a068e (patch) | |
tree | 7bba128335890e4af923d0cc34a28e40aa03234a /testing/procs | |
parent | 92219167c732c9158301747519dd8ff4faea5f21 (diff) | |
download | aports-73344f6148f15648dd50cde1f446e3c4c97a068e.tar.bz2 aports-73344f6148f15648dd50cde1f446e3c4c97a068e.tar.xz |
testing/procs: upgrade to 0.8.11
Diffstat (limited to 'testing/procs')
-rw-r--r-- | testing/procs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/procs/APKBUILD b/testing/procs/APKBUILD index 6d4b9f24eb..398e58e5e2 100644 --- a/testing/procs/APKBUILD +++ b/testing/procs/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Chloe Kudryavtsev <toast@toastin.space> # Maintainer: Chloe Kudryavtsev <toast@toastin.space> pkgname=procs -pkgver=0.8.9 +pkgver=0.8.11 pkgrel=0 pkgdesc="A modern replacement for ps written in Rust" url="https://github.com/dalance/procs" @@ -36,4 +36,4 @@ package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="d924cf504c38bbafc065f308186fdade6be131969faa3552c885c9d71a7119fb0bd9f0956635ef80f9891c2d13759e766fcdd1c10fc5d1a020338d786791ad6f procs-0.8.9.tar.gz" +sha512sums="bdbb69b25ae34e1f218ae3e8d9785c07fc752ec81e4d97ada8f5103199e19671fa87eafc40bd48c773797ee86d0506a8cc7d0689e399b1586487b4b39e964096 procs-0.8.11.tar.gz" |