From 2ed55057a598b6c98701a69cb02a17e27f337f26 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 4 Feb 2023 22:14:56 -0500 Subject: [PATCH] procs: update to 0.13.4 --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index 90dc2cd982c0..0713f2ac1c9b 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.13.3 +version=0.13.4 revision=1 build_style=cargo build_helper=qemu @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/dalance/procs" changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md" distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz" -checksum=aa93a588504dcc74df699d8a3bc2a27d3da94a772106a42d3d862a5fd17725c3 +checksum=9b9b59b79049cf6ae2c39d9cc5b0c5af81411ba898a414fda41f68921c3c9539 post_build() { PROCS="target/${RUST_TARGET}/release/procs"