ninja: update to 1.13.1.

This commit is contained in:
Duncaen 2025-07-15 18:46:46 +02:00
parent c465cc96d8
commit c58b1e4318
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'ninja'
pkgname=ninja
version=1.13.0
version=1.13.1
revision=1
build_style=cmake
make_cmd=make
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://ninja-build.org/"
changelog="https://github.com/ninja-build/ninja/releases"
distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
checksum=f08641d00099a9e40d44ec0146f841c472ae58b7e6dd517bee3945cfd923cedf
checksum=f0055ad0369bf2e372955ba55128d000cfcc21777057806015b45e4accbebf23
export CMAKE_GENERATOR="Unix Makefiles"