1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00

testing/procs: upgrade to 0.10.3

This commit is contained in:
prspkt 2020-05-26 09:46:48 +03:00 committed by Rasmus Thomsen
parent 87eb571bf5
commit ad79a03d16

View file

@ -1,7 +1,7 @@
# Contributor: Chloe Kudryavtsev <toast@toastin.space>
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=procs
pkgver=0.9.20
pkgver=0.10.3
pkgrel=0
pkgdesc="Modern replacement for ps written in Rust"
url="https://github.com/dalance/procs"
@ -10,7 +10,7 @@ arch="$arch !armhf !armv7 !x86" # test_run test_run_insert and test_run_tree fai
license="MIT"
options="net"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/dalance/procs/archive/v$pkgver.tar.gz"
source="procs-$pkgver.tar.gz::https://github.com/dalance/procs/archive/v$pkgver.tar.gz"
export CARGO_HOME="$srcdir"/cargo
@ -32,4 +32,4 @@ package() {
install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname"
}
sha512sums="d1cd089d8cf2a03b14e7e06a8749292e91ec4b07a23ee6cf47168d815b479e9386aab31e14ff62593fcc5b6877b6ed3ec86bfd0e115b803777a4948e5a0a465c procs-0.9.20.tar.gz"
sha512sums="c07cf92b4ae576fb7e07f335e854075c123a5c9df1b03f91cec86fc06a060cbfb2dde6dc6ffbd4abcce01f8ceb1ee51d0395194f5174947bb4fc43f926f2982d procs-0.10.3.tar.gz"