ninja: Avoid _MAJOR_VERSION variable

This commit is contained in:
Fredrik Fornwall 2017-11-01 23:45:56 +01:00
parent dbd35d40a7
commit ea70319bff
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
TERMUX_PKG_HOMEPAGE=https://ninja-build.org
TERMUX_PKG_DESCRIPTION="A small build system with a focus on speed"
_MAJOR_VERSION=1.8
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.2
TERMUX_PKG_VERSION=1.8.2
TERMUX_PKG_SHA256=86b8700c3d0880c2b44c2ff67ce42774aaf8c28cbf57725cb881569288c1c6f4
TERMUX_PKG_SRCURL=https://github.com/ninja-build/ninja/archive/v${TERMUX_PKG_VERSION}.tar.gz