From f061053efe50bcfabc692e4be2074812ec0fcf59 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 12 May 2025 11:39:55 -0400 Subject: [PATCH] conduit: update to 0.10.3. Closes: #55310 [via git-merge-pr] --- srcpkgs/conduit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template index 5d90045588c..004d5dc689a 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -1,6 +1,6 @@ # Template file for 'conduit' pkgname=conduit -version=0.9.0 +version=0.10.3 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=572c1a5bc28b01af06d4719f97e7bdc32bc709668979d6289e1160c3c671fd00 +checksum=d856f5d2ef8b636395f89dea73db28edaa7ee5c5ed33381597c67e236b8d9b09 system_accounts="_conduit" _conduit_homedir="/var/lib/conduit"