mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ninja: update to 1.8.2.
This commit is contained in:
parent
21df4154c1
commit
33a69954b4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ninja'
|
# Template file for 'ninja'
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
version=1.7.2
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="python asciidoc"
|
hostmakedepends="python asciidoc"
|
||||||
short_desc="Small build system with a focus on speed"
|
short_desc="Small build system with a focus on speed"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://ninja-build.org/"
|
homepage="https://ninja-build.org/"
|
||||||
distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz"
|
distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz"
|
||||||
checksum=2edda0a5421ace3cf428309211270772dd35a91af60c96f93f90df6bc41b16d9
|
checksum=86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4
|
||||||
|
|
||||||
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