From 12c699dd984f8a8eb96c86df56b459249625ccd0 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 13 May 2022 22:19:47 -0400 Subject: [PATCH] procs: update to 0.12.2 --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index 84e47b23614..350cb3742e0 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.12.1 +version=0.12.2 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=ce84e98dd85cb8d5afda871ad2ddceb4faec077d9e019469aa668a75821e4fc2 +checksum=14be8440fe85dc46e544a3f7e89b887db455a61db981d5f75b91fd89b366d84f post_build() { PROCS="target/${RUST_TARGET}/release/procs"