procs: update to 0.13.3
This commit is contained in:
parent
ab5af69e45
commit
364422e500
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'procs'
|
# Template file for 'procs'
|
||||||
pkgname=procs
|
pkgname=procs
|
||||||
version=0.13.2
|
version=0.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -10,7 +10,7 @@ license="MIT"
|
||||||
homepage="https://github.com/dalance/procs"
|
homepage="https://github.com/dalance/procs"
|
||||||
changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=521b25cbb3fac8b6f3cfd33c4d58f269e7d6637a89f6b932f144a8bed7914ec0
|
checksum=aa93a588504dcc74df699d8a3bc2a27d3da94a772106a42d3d862a5fd17725c3
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PROCS="target/${RUST_TARGET}/release/procs"
|
PROCS="target/${RUST_TARGET}/release/procs"
|
||||||
|
|
Loading…
Reference in New Issue