mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
AutoBuild: gzip started at 2025-04-10-12UTC (#11706)
* gzip => 1.14 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to gzip * Add built packages for linux/amd64 to gzip * Add built packages for linux/arm/v7 to gzip * Fix source hash for gzip.rb --------- 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
255750b793
commit
f3eb01aa71
@@ -3,19 +3,21 @@ require 'buildsystems/autotools'
|
||||
class Gzip < Autotools
|
||||
description 'GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project.'
|
||||
homepage 'https://www.gnu.org/software/gzip/'
|
||||
version '1.13'
|
||||
version '1.14'
|
||||
compatibility 'all'
|
||||
license 'GPL-3'
|
||||
source_url 'https://ftpmirror.gnu.org/gzip/gzip-1.13.tar.xz'
|
||||
source_sha256 '7454eb6935db17c6655576c2e1b0fabefd38b4d0936e0f87f48cd062ce91a057'
|
||||
source_url "https://ftpmirror.gnu.org/gzip/gzip-#{version}.tar.xz"
|
||||
source_sha256 '01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '787cab0140058f4c0ce09a56b95df269540b39738fcb8483351d1586b00a840f',
|
||||
armv7l: '787cab0140058f4c0ce09a56b95df269540b39738fcb8483351d1586b00a840f',
|
||||
i686: '87cdfa0d7f9719e17ca2e90578fab3326c0ab5f5fd55ee8ba9181db38bd37243',
|
||||
x86_64: 'c2e8d1af7bcb50c90a0aa5168d4af9b9cfb7286e904d0e0da807eb3b95d02e54'
|
||||
aarch64: '4cc05d25a34eb5a7d26b3aded51d97ef80edc37fad21fad41888ddb774190b4a',
|
||||
armv7l: '4cc05d25a34eb5a7d26b3aded51d97ef80edc37fad21fad41888ddb774190b4a',
|
||||
i686: 'f3b6c28a23474b435d3b9479af4f003e50a873bd599b8ec5cba2b1e582b90936',
|
||||
x86_64: '5b2d9a48456d3aca4c07f778d4562ce86afdb8cf37eb333e1a1340c180b399b2'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
run_tests
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user