mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/ninja: Updated for version 1.8.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
060241c989
commit
df180c1605
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ninja
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ninja"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.8.2"
|
||||
HOMEPAGE="https://ninja-build.org/"
|
||||
DOWNLOAD="https://github.com/ninja-build/ninja/archive/v1.7.2/ninja-1.7.2.tar.gz"
|
||||
MD5SUM="7b482218757acbaeac4d4d54a3cd94e1"
|
||||
DOWNLOAD="https://github.com/ninja-build/ninja/archive/v1.8.2/ninja-1.8.2.tar.gz"
|
||||
MD5SUM="5fdb04461cc7f5d02536b3bfc0300166"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue