mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
AutoBuild: git started at 2025-07-09-10UTC (#12157)
* git => 2.50.1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to git * Add built packages for linux/amd64 to git * Add built packages for linux/arm/v7 to git --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b41d5606de
commit
2afbf2f7fb
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class Git < Meson
|
||||
description 'Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.'
|
||||
homepage 'https://git-scm.com/'
|
||||
version '2.50.0'
|
||||
version '2.50.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
source_url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-#{version.split('-').first}.tar.xz"
|
||||
@@ -11,10 +11,10 @@ class Git < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'a768a5f167de47515b670b1d884d388cae0e91b8a4ada098b1f4718f50589b16',
|
||||
armv7l: 'a768a5f167de47515b670b1d884d388cae0e91b8a4ada098b1f4718f50589b16',
|
||||
i686: '3d368cff77085eaa85d589476e6600638f383eb6664531f898c8b9f69ec3008d',
|
||||
x86_64: 'e914e0d240be9d422461e8a27fa61d6d801311d9503c28d25815e12a716875be'
|
||||
aarch64: 'b6e52737caba4701137d6df809fda036edfca1c77d7a803f609eb256052c65e7',
|
||||
armv7l: 'b6e52737caba4701137d6df809fda036edfca1c77d7a803f609eb256052c65e7',
|
||||
i686: 'e08a9f10eef43f989fe284dc641a3610aa8e1ae580f52a25bef7324424e3d9ad',
|
||||
x86_64: '40076123ea1562a96535bf0a9f5c45cad69783bddf3050006abdb9eccda045ff'
|
||||
})
|
||||
|
||||
depends_on 'ca_certificates' => :build
|
||||
|
||||
Reference in New Issue
Block a user