mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
cmake => 3.27.5 (#8663)
This commit is contained in:
committed by
GitHub
parent
01c8c4d9a4
commit
0b32fc51bc
@@ -46,6 +46,7 @@
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_update.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_upload.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/define_property.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/DEPRECATED_POLICY_VERSIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/DEVICE_LINK_OPTIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/elseif.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/else.rst
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_update.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_upload.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/define_property.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/DEPRECATED_POLICY_VERSIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/DEVICE_LINK_OPTIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/elseif.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/else.rst
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_update.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/ctest_upload.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/define_property.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/DEPRECATED_POLICY_VERSIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/DEVICE_LINK_OPTIONS.txt
|
||||
/usr/local/share/cmake-3.27/Help/command/elseif.rst
|
||||
/usr/local/share/cmake-3.27/Help/command/else.rst
|
||||
|
||||
@@ -3,23 +3,23 @@ require 'package'
|
||||
class Cmake < Package
|
||||
description 'CMake is an open-source, cross-platform family of tools designed to build, test and package software.'
|
||||
homepage 'https://cmake.org/'
|
||||
version '3.27.3'
|
||||
version '3.27.5'
|
||||
license 'CMake'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/Kitware/CMake.git'
|
||||
git_hashtag "v#{version}"
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.3_armv7l/cmake-3.27.3-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.3_armv7l/cmake-3.27.3-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.3_i686/cmake-3.27.3-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.3_x86_64/cmake-3.27.3-chromeos-x86_64.tar.zst'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.5_armv7l/cmake-3.27.5-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.5_armv7l/cmake-3.27.5-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.5_i686/cmake-3.27.5-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/cmake/3.27.5_x86_64/cmake-3.27.5-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '28c962368f6d549b09c2b5176c06096d30120ebeac0ded7bc96157c35d838ecf',
|
||||
armv7l: '28c962368f6d549b09c2b5176c06096d30120ebeac0ded7bc96157c35d838ecf',
|
||||
i686: '3cc6da57c1fe994b208f39052b167ba362e62e6eafeda5ef019c0b755c28fb99',
|
||||
x86_64: 'ee6fd4ae03757c08dc27b409d359d07c3c035339755f2f484ab22207a7b2fe9b'
|
||||
aarch64: 'd1bb34697020ef71ce6db8e658d84ff3a3d4ea72d4f6ccaa506aaae1fb9f754d',
|
||||
armv7l: 'd1bb34697020ef71ce6db8e658d84ff3a3d4ea72d4f6ccaa506aaae1fb9f754d',
|
||||
i686: 'cad1b076af355a280486845d585c0f25f10fb35dceee8778c44ac3c8cf1ed4f8',
|
||||
x86_64: '0f7cb89a216e3d353113510cd59a6975ee23e613fb232d29238bbe05a86fb397'
|
||||
})
|
||||
|
||||
depends_on 'bz2' => :build
|
||||
|
||||
Reference in New Issue
Block a user