From 6a34c0247fcc792109bc0b9f6e75cabb94b6da34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 13 Jun 2025 11:54:06 +0200 Subject: [PATCH] justbuild: update to 1.5.3. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index 8edd9716f70..940841b8ecb 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.5.2 +version=1.5.3 revision=1 create_wrksrc=yes hostmakedepends="jo pandoc pkg-config python3 tar unzip wget grpc protobuf" @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://github.com/just-buildsystem/justbuild/" changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md" distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz" -checksum=f2a4c87853eb97e5d51b79299aab2b3b47a992dcb470e761ef7b3c993e00e204 +checksum=be4340acadd72be701a3549d79e87675ebeac53cb137bdbaf40cd094f0d9fa45 conflicts="just>=0" nocross="not supported by bootstrapping"