justbuild: update to 1.5.2.

This commit is contained in:
Leah Neukirchen 2025-05-20 12:15:27 +02:00
parent 6de2c51977
commit ec1cf6ad55

View file

@ -1,6 +1,6 @@
# Template file for 'justbuild' # Template file for 'justbuild'
pkgname=justbuild pkgname=justbuild
version=1.5.1 version=1.5.2
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget grpc protobuf" 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/" homepage="https://github.com/just-buildsystem/justbuild/"
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md" changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz" distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
checksum=0d88e789bc2e6f4101a7ef6fcd8fdd4a39f5bfb5773cbf5fe68064d997bfbb82 checksum=f2a4c87853eb97e5d51b79299aab2b3b47a992dcb470e761ef7b3c993e00e204
conflicts="just>=0" conflicts="just>=0"
nocross="not supported by bootstrapping" nocross="not supported by bootstrapping"