Merge pull request #4706 from heitbaum/ninja

ninja: update to v1.10.2
This commit is contained in:
CvH 2020-12-02 20:08:34 +01:00 committed by GitHub
commit 7ee697707e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="ninja" PKG_NAME="ninja"
PKG_VERSION="1.10.0" PKG_VERSION="1.10.2"
PKG_SHA256="3810318b08489435f8efc19c05525e80a993af5a55baa0dfeae0465a9d45f99f" PKG_SHA256="ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed"
PKG_LICENSE="Apache" PKG_LICENSE="Apache"
PKG_SITE="http://martine.github.io/ninja/" PKG_SITE="https://ninja-build.org/"
PKG_URL="https://github.com/ninja-build/ninja/archive/v$PKG_VERSION.tar.gz" PKG_URL="https://github.com/ninja-build/ninja/archive/v$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="Python3:host" PKG_DEPENDS_HOST="Python3:host"
PKG_LONGDESC="Small build system with a focus on speed" PKG_LONGDESC="Small build system with a focus on speed"