From 40d618389b8f29687b9eb9314820c4985d13f428 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 11 May 2024 16:54:16 +0200 Subject: [PATCH] justbuild: update to 1.3.0. --- srcpkgs/justbuild/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/justbuild/template b/srcpkgs/justbuild/template index 653f0601b0c..acb12449509 100644 --- a/srcpkgs/justbuild/template +++ b/srcpkgs/justbuild/template @@ -1,6 +1,6 @@ # Template file for 'justbuild' pkgname=justbuild -version=1.2.5 +version=1.3.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=9f0c336fc333b64e77622b2956b4c9733f998e2b0db575827f492da87703efbe +checksum=4f459ba5f88c2474c23bd3257a4a50653860c97fb5104750f2fdc3839f5c5d6f conflicts="just>=0" nocross="not supported by bootstrapping"