mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add unbuilt ninja to updater-ninja-1.13.2 — ninja → 1.13.2 (#13542)
* Add unbuilt ninja to updater-ninja-1.13.2 * updater-ninja-1.13.2: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8170095c81
commit
fdb93ae06d
@@ -1,3 +1,3 @@
|
|||||||
# Total size: 383491
|
# Total size: 383555
|
||||||
/usr/local/bin/jobserver_pool.py
|
/usr/local/bin/jobserver_pool.py
|
||||||
/usr/local/bin/ninja
|
/usr/local/bin/ninja
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
|
|||||||
class Ninja < CMake
|
class Ninja < CMake
|
||||||
description 'a small build system with a focus on speed'
|
description 'a small build system with a focus on speed'
|
||||||
homepage 'https://ninja-build.org'
|
homepage 'https://ninja-build.org'
|
||||||
version '1.13.1'
|
version '1.13.2'
|
||||||
license 'GPL-2'
|
license 'GPL-2'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url 'https://github.com/ninja-build/ninja.git'
|
source_url 'https://github.com/ninja-build/ninja.git'
|
||||||
@@ -11,10 +11,10 @@ class Ninja < CMake
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '2f014da421a5b5066019ce9081efb4121350a10cec1cd27699ee0747c41cf736',
|
aarch64: '0bd19cc2cecf4f0c52658a876ed7975fabe3dcb455d5712f2084cfa24810e75d',
|
||||||
armv7l: '2f014da421a5b5066019ce9081efb4121350a10cec1cd27699ee0747c41cf736',
|
armv7l: '0bd19cc2cecf4f0c52658a876ed7975fabe3dcb455d5712f2084cfa24810e75d',
|
||||||
i686: '179858e70fbf8aa3383a1386937690af63b00b300488ec4f77b05d0416e31d2e',
|
i686: 'ff3527ebd5ec3ef0330d896e60d425f5cc6ddb47d17fd6ce73fb04a3c26583e5',
|
||||||
x86_64: '5eb66eb2cad0f11e61915d2c8e851076771e4fecef147079f1180dec070cddfa'
|
x86_64: 'bf085b08f4d0a8ebce3cf51ff4cbfae934d22c5b63152d484f325a793e436663'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'gcc_lib' # R
|
depends_on 'gcc_lib' # R
|
||||||
|
|||||||
Reference in New Issue
Block a user