diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-02 09:56:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-02 11:10:17 -0300 |
commit | fa182e70162841755c4c3883f0d4abfd74d1ccb2 (patch) | |
tree | 456109bd3b37a60775a876a762e7d8d988a8d1e2 /testing/procs | |
parent | d3cea73b317e6d21b527ea9cc9f1404d08ad0249 (diff) | |
download | aports-fa182e70162841755c4c3883f0d4abfd74d1ccb2.tar.bz2 aports-fa182e70162841755c4c3883f0d4abfd74d1ccb2.tar.xz |
testing/procs: upgrade to 0.8.13
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 e501bfda52..f6de7df98f 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.12 +pkgver=0.8.13 pkgrel=0 pkgdesc="A modern replacement for ps written in Rust" url="https://github.com/dalance/procs" @@ -37,4 +37,4 @@ package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="2103b6129bce51cda99d0896a32199a6ddae9714582d9241dc5bc7915fb2c383ae2d16b9f3486117ab61bd01fcf810af723ded5ae4a7ced7b00484cc4c7b2bc1 procs-0.8.12.tar.gz" +sha512sums="bec2eeb95a4b3b7966c733b1dfa29204b53b915fad68d1839564f4430912b04946810f355a4ab56e141a12b8e1e4af905c6f8debec1a2a89d2638615fa373df4 procs-0.8.13.tar.gz" |