From fa9f25ebf1ee49a6dcb5f469b98f7b997317aeae Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 25 Nov 2023 15:43:02 +0100 Subject: [PATCH] justbuild: update to 1.2.3. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index d13945a3d7e..e1bf9a8beff 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.2.2 +version=1.2.3 revision=1 create_wrksrc=yes hostmakedepends="jo pandoc pkg-config python3 tar unzip wget" @@ -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=6a9c8c9793e9f1ad9f57ac81856c8263929a41a7346d01a4a57df2bb1b33db4e +checksum=1281f899590f63292ec381f6c363ccc21dfb847a16198f01e33cbba67b3c3d50 conflicts="just>=0" nocross="not supported by bootstrapping"