development/ninja: Updated for version 1.7.1
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
40f35b0bcb
commit
3a682d256c
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ninja
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ninja"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://martine.github.io/ninja/"
|
||||
DOWNLOAD="https://github.com/martine/ninja/archive/v1.6.0.tar.gz"
|
||||
MD5SUM="254133059f2da79d8727f654d7198f43"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="https://ninja-build.org/"
|
||||
DOWNLOAD="https://github.com/ninja-build/ninja/archive/v1.7.1.tar.gz"
|
||||
MD5SUM="e45bda009319f9af5385bb79e783da9f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue