From a3b9ab56e7c966a62125e387e132bb4c7e07c5f5 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 4 Oct 2022 21:40:58 -0400 Subject: [PATCH] procs: update to 0.13.1 --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index 12f0739be825..9ff16d875d8a 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.13.0 +version=0.13.1 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=77642878d503f876db05d99a620c8c91834354a074bf71ab65474aa433f75fc5 +checksum=29a5058f8389986e5b17117d3ee4f78a2bf9c8886e07b16a49a94e5fc59a6850 post_build() { PROCS="target/${RUST_TARGET}/release/procs"