comparison src/build-ninja.mk @ 7146:56fb53a87377

* src/build-ninja.mk: update to version 1.11.1
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 29 Mar 2024 14:29:27 +0100
parents e11a949724ef
children
comparison
equal deleted inserted replaced
7145:82418632646d 7146:56fb53a87377
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-ninja 4 PKG := build-ninja
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.10.2 6 $(PKG)_VERSION := 1.11.1
7 $(PKG)_CHECKSUM := 8d2e8c1c070c27fb9dc46b4a6345bbb1de7ccbaf 7 $(PKG)_CHECKSUM := 938723cdfc7a6f7c8f84c83b9a2cecdf1e5e1ad3
8 $(PKG)_SUBDIR := ninja-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := ninja-$($(PKG)_VERSION)
9 $(PKG)_FILE := ninja-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := ninja-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/ninja-build/ninja/archive/refs/tags/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/ninja-build/ninja/archive/refs/tags/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12