From 462af8ba28ffcdaeab3bb5b9dd21f3c57079ec8f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 9 Mar 2025 16:06:19 +0100 Subject: [PATCH] justbuild: update to 1.5.0. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index 8ee3ad7f9a8..5d30b13d2bb 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.4.3 +version=1.5.0 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=4456e2a734abb57b137c5378be9b63916ee7407d85b05305edead885746c0e90 +checksum=4f844a9fdcb6293b0b0167b5437c1b6b0f07efbc26cd02183152b9bd1a11b7ef conflicts="just>=0" nocross="not supported by bootstrapping"