From a5c32a1ac86663dd57a240e88c7a6fcc81a970da Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 7 Oct 2024 09:11:43 -0400 Subject: [PATCH] conduit: update to 0.9.0. Closes: #52544 [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 b989b062b3a..5d90045588c 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -1,6 +1,6 @@ # Template file for 'conduit' pkgname=conduit -version=0.8.0 +version=0.9.0 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=ecdff299cc2f777bb2c4cdc9b8d3b1ed642bc666ed20836904d36551d3095b5e +checksum=572c1a5bc28b01af06d4719f97e7bdc32bc709668979d6289e1160c3c671fd00 system_accounts="_conduit" _conduit_homedir="/var/lib/conduit"