Skip to content

Commit

Permalink
tools/ninja: update to 1.11.1
Browse files Browse the repository at this point in the history
Release Notes:
https://github.com/ninja-build/ninja/releases/tag/v1.11.1

Sync the "100-make_jobserver_support.patch" with the PR:
ninja-build/ninja#1140

Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
PolynomialDivision authored and hauke committed Jan 24, 2023
1 parent 257e9fc commit 58a8ad3
Show file tree
Hide file tree
Showing 2 changed files with 1,625 additions and 3,743 deletions.
4 changes: 2 additions & 2 deletions tools/ninja/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ninja
PKG_VERSION:=1.11.0
PKG_VERSION:=1.11.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ninja-build/ninja/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6
PKG_HASH:=31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea

include $(INCLUDE_DIR)/host-build.mk

Expand Down
Loading

0 comments on commit 58a8ad3

Please sign in to comment.