summaryrefslogtreecommitdiffstats
path: root/package/ninja
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-09-13 14:52:38 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-22 23:26:11 +0200
commit98fa5ecc0c6a53a1be9f8593208c989238c76c64 (patch)
treec95ef05097309d352de1d556ed207a735b87a781 /package/ninja
parentd54f5b6c5fb7e719b6fde926db7962d83fe1d989 (diff)
downloadbuildroot-98fa5ecc0c6a53a1be9f8593208c989238c76c64.tar.gz
buildroot-98fa5ecc0c6a53a1be9f8593208c989238c76c64.zip
package/ninja: bump version to 1.8.2
Changelog: https://groups.google.com/forum/#!topic/ninja-build/Xt3NdAA0KQU/discussion Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ninja')
-rw-r--r--package/ninja/ninja.hash2
-rw-r--r--package/ninja/ninja.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/ninja/ninja.hash b/package/ninja/ninja.hash
index 4c666e3065..6334c0420b 100644
--- a/package/ninja/ninja.hash
+++ b/package/ninja/ninja.hash
@@ -1,2 +1,2 @@
# Locally generated
-sha256 2edda0a5421ace3cf428309211270772dd35a91af60c96f93f90df6bc41b16d9 ninja-v1.7.2.tar.gz
+sha256 86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4 ninja-v1.8.2.tar.gz
diff --git a/package/ninja/ninja.mk b/package/ninja/ninja.mk
index b27f9cf341..259a87d216 100644
--- a/package/ninja/ninja.mk
+++ b/package/ninja/ninja.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NINJA_VERSION = v1.7.2
+NINJA_VERSION = v1.8.2
NINJA_SITE = $(call github,ninja-build,ninja,$(NINJA_VERSION))
NINJA_LICENSE = Apache-2.0
NINJA_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud