From d3a855aeb110781949cf31b25c00d19e863e1f06 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 25 Nov 2023 02:24:40 -0500 Subject: [PATCH] procs: update to 0.14.4 --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index e718bd590ca4b..a95d33065559f 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.14.3 +version=0.14.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=a3012bba984faddcf8da2a72d21eb9a7e9be8d5d86a387d321987743b0080a8c +checksum=77c5f5d3bdfc9cef870732500ef58c203a1464f924b12f79c7d9e301b4dd5b16 post_install() { PROCS="${DESTDIR}/usr/bin/procs"