ninja => 1.13.1 — ninja → 1.13.1 (#13076)

* ninja => 1.13.1

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add binaries

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2025-10-07 13:24:58 -05:00
committed by GitHub
parent 254334114a
commit e259c5cc9a
5 changed files with 9 additions and 8 deletions

View File

@@ -401,6 +401,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
{ pkg_name: 'linux_pam', anitya_pkg: 'pam', comments: '' },
{ pkg_name: "#{CREW_LLVM_VER}_build", anitya_pkg: 'llvm', comments: '' },
{ pkg_name: 'mold', anitya_pkg: 'mold', comments: 'Prefer to GitHub' },
{ pkg_name: 'ninja', anitya_pkg: 'ninja-build', comments: '' },
{ pkg_name: 'nnn', anitya_pkg: 'nnn', comments: 'Prefer to GitHub' },
{ pkg_name: 'openssl', anitya_pkg: 'openssl-3.5-LTS', comments: 'Prefer to GitHub' },
{ pkg_name: 'owl', anitya_pkg: 'Owl Lisp', comments: '' },

View File

@@ -1,3 +1,3 @@
# Total size: 240635
# Total size: 240715
/usr/local/bin/jobserver_pool.py
/usr/local/bin/ninja

View File

@@ -1,3 +1,3 @@
# Total size: 383395
# Total size: 383491
/usr/local/bin/jobserver_pool.py
/usr/local/bin/ninja

View File

@@ -1,3 +1,3 @@
# Total size: 365727
# Total size: 365855
/usr/local/bin/jobserver_pool.py
/usr/local/bin/ninja

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Ninja < CMake
description 'a small build system with a focus on speed'
homepage 'https://ninja-build.org'
version '1.13.0'
version '1.13.1'
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/ninja-build/ninja.git'
@@ -11,10 +11,10 @@ class Ninja < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'cd86c68d1a9fe2aa7db45e788e67261e2eb9d32c1bf70d95aa9b874c5180bd77',
armv7l: 'cd86c68d1a9fe2aa7db45e788e67261e2eb9d32c1bf70d95aa9b874c5180bd77',
i686: 'd3b37e4bc424829e7729fbe4443810ae7cb681b81545c81a254a39d2310ffbe4',
x86_64: '48c4285b8d85f09b65980b3d5d1641298220d48be6f5106fc9ebc174d5c5ae0d'
aarch64: '2f014da421a5b5066019ce9081efb4121350a10cec1cd27699ee0747c41cf736',
armv7l: '2f014da421a5b5066019ce9081efb4121350a10cec1cd27699ee0747c41cf736',
i686: '179858e70fbf8aa3383a1386937690af63b00b300488ec4f77b05d0416e31d2e',
x86_64: '5eb66eb2cad0f11e61915d2c8e851076771e4fecef147079f1180dec070cddfa'
})
depends_on 'gcc_lib' # R