mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
updater-libdeflate-1.25 — libdeflate → 1.25 (#13301)
* Add unbuilt libdeflate to updater-libdeflate-1.25 * updater-libdeflate-1.25: Package File Update Run on linux/386 container. * updater-libdeflate-1.25: Package File Update Run on linux/amd64 container. * updater-libdeflate-1.25: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4d740e874f
commit
b7fb0e110e
@@ -1,4 +1,4 @@
|
||||
# Total size: 495716
|
||||
# Total size: 495618
|
||||
/usr/local/bin/libdeflate-gunzip
|
||||
/usr/local/bin/libdeflate-gzip
|
||||
/usr/local/include/libdeflate.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 700772
|
||||
# Total size: 700526
|
||||
/usr/local/bin/libdeflate-gunzip
|
||||
/usr/local/bin/libdeflate-gzip
|
||||
/usr/local/include/libdeflate.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 727026
|
||||
# Total size: 726820
|
||||
/usr/local/bin/libdeflate-gunzip
|
||||
/usr/local/bin/libdeflate-gzip
|
||||
/usr/local/include/libdeflate.h
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
|
||||
class Libdeflate < CMake
|
||||
description 'Heavily optimized library for DEFLATE compression and decompression'
|
||||
homepage 'https://github.com/ebiggers/libdeflate/'
|
||||
version '1.24'
|
||||
version '1.25'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/ebiggers/libdeflate.git'
|
||||
@@ -11,10 +11,10 @@ class Libdeflate < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '40a0c187a36367bdf09c97de3fa4b90509e3112edac18854be41a135864fbbb9',
|
||||
armv7l: '40a0c187a36367bdf09c97de3fa4b90509e3112edac18854be41a135864fbbb9',
|
||||
i686: 'd27617a9a2063476dad592d162dac5f785b6335a60c930d152ecbd6cf3e7d10d',
|
||||
x86_64: '99959a610d6b73901ad6285cf2d8ed2fa298a6d5caf71610bc56aa4ca5ffaff4'
|
||||
aarch64: 'f792cf546a34679f1adb200c6168d4afcf15dd6c63b82e69bff4c7332f0a4418',
|
||||
armv7l: 'f792cf546a34679f1adb200c6168d4afcf15dd6c63b82e69bff4c7332f0a4418',
|
||||
i686: '3ba0bdf0998f32a6ad288ed00eff2a06460634bc49f5e4844a7de45a904f7eba',
|
||||
x86_64: '411f9a08e70d77522cee749314638870d2c4379dd744a622e017887f6fee5adf'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user