mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ninja: update to 1.11.0.
This commit is contained in:
parent
c88b44877e
commit
ab3aaa8aed
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'ninja'
|
# Template file for 'ninja'
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
version=1.10.2
|
version=1.11.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="python3 asciidoc"
|
hostmakedepends="python3 asciidoc"
|
||||||
short_desc="Small build system with a focus on speed"
|
short_desc="Small build system with a focus on speed"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://ninja-build.org/"
|
homepage="https://ninja-build.org/"
|
||||||
distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
|
||||||
checksum=ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed
|
checksum=3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Skip rebuild with bootstrapped ninja until build phase:
|
# Skip rebuild with bootstrapped ninja until build phase:
|
||||||
|
|
Loading…
Add table
Reference in a new issue