From a2d4a6f19d0fcc1ef0ba1da257e78136653da89a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 7 Mar 2024 09:34:16 -0500 Subject: [PATCH] procs: update to 0.14.5 --- srcpkgs/procs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template index a95d33065559fd..190971f90f0082 100644 --- a/srcpkgs/procs/template +++ b/srcpkgs/procs/template @@ -1,6 +1,6 @@ # Template file for 'procs' pkgname=procs -version=0.14.4 +version=0.14.5 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=77c5f5d3bdfc9cef870732500ef58c203a1464f924b12f79c7d9e301b4dd5b16 +checksum=539b88565c775a106063da5cc5148cfdc7e010534f3dbc90cb8f6317d51ca96b post_install() { PROCS="${DESTDIR}/usr/bin/procs"