diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 02:05:30 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-06 07:23:34 +0100 |
commit | 98d9786e5724e3957a8bfc58fcf9d3cfa74dac07 (patch) | |
tree | 96549c89b83517f9f343bfb54e04496218a59976 /testing/procs | |
parent | d1b56b737e03a6479f4f476568f8278a7a918d7d (diff) | |
download | aports-98d9786e5724e3957a8bfc58fcf9d3cfa74dac07.tar.bz2 aports-98d9786e5724e3957a8bfc58fcf9d3cfa74dac07.tar.xz |
testing/procs: upgrade to 0.9.6
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 11da13ba66..3f4ec82556 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.9.5 +pkgver=0.9.6 pkgrel=0 pkgdesc="A modern replacement for ps written in Rust" url="https://github.com/dalance/procs" @@ -39,4 +39,4 @@ package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="6f9bb6e12b50d9168c2346548537f7dc5fa44db1b5b73b81b3c047a1328e2ac890410d614b3d240c9103190e896d8f2b00c62d0c202a43e5d9768e535e012704 procs-0.9.5.tar.gz" +sha512sums="7d1c72df6799512d9f242d0d69242d09bca9d9cbd06fd78c050ea4d7a97e2cd1b83d0581961d83345cefbeb371b972ac124eb55df0cfd8ccbbdd94f8620e15ae procs-0.9.6.tar.gz" |