From d823d4297adeb2e1bc2b1533c61b3757bdba3afb Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 30 May 2025 11:46:24 -0400 Subject: [PATCH] conduit: update to 0.10.4. --- srcpkgs/conduit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template index 004d5dc689a..38e5dc7aeb5 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -1,6 +1,6 @@ # Template file for 'conduit' pkgname=conduit -version=0.10.3 +version=0.10.4 revision=1 build_style=cargo hostmakedepends="clang pkg-config" @@ -10,7 +10,7 @@ maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://conduit.rs/" distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz" -checksum=d856f5d2ef8b636395f89dea73db28edaa7ee5c5ed33381597c67e236b8d9b09 +checksum=54a13c46cd68213ebd9c919ec64548e60ab2cd03eff3bede98c19019f3e75736 system_accounts="_conduit" _conduit_homedir="/var/lib/conduit"