From db16549441dba0917939be761cdccc527135dc81 Mon Sep 17 00:00:00 2001 From: travankor Date: Wed, 19 Jan 2022 12:07:23 -0700 Subject: [PATCH] procs: update to 0.12.0. --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index fad24562d427..309ff8c6f5c9 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.11.13 +version=0.12.0 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=b769ddf1b2faeca4e9fb22e8e0248f5d69b4b88bd51fb37c8510d2e6a8e897d3 +checksum=04dbb3ddc734a9d1305b26b546a913e3e04d556b5863212a2675d29268aebed3 post_build() { PROCS="target/${RUST_TARGET}/release/procs"