From 8fbb3b8505d23b77d825823bd416878e2914c812 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 11 Sep 2024 14:49:01 +0200 Subject: [PATCH] justbuild: update to 1.3.2. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index e9b03509c08..e5dfede6dd9 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.3.1 +version=1.3.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=71cf1a11d2a43da6eaa425cdc77a85c398574fbc0421ec8df8775bac5f7d8232 +checksum=3c17057a1667dd3d4c6dc527eba823367174ecc0bd8ed35632ac03aba5f99201 conflicts="just>=0" nocross="not supported by bootstrapping"