From ec1cf6ad551f1f048780818744959125050e215e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 20 May 2025 12:15:27 +0200 Subject: [PATCH] justbuild: update to 1.5.2. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index f7c26a1e3c1..8edd9716f70 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.5.1 +version=1.5.2 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=0d88e789bc2e6f4101a7ef6fcd8fdd4a39f5bfb5773cbf5fe68064d997bfbb82 +checksum=f2a4c87853eb97e5d51b79299aab2b3b47a992dcb470e761ef7b3c993e00e204 conflicts="just>=0" nocross="not supported by bootstrapping"