mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
update linuxheaders to avoid tpxz (#9420)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1b17638494
commit
044c17215c
@@ -9,17 +9,12 @@ class Linuxheaders < Package
|
||||
compatibility 'all'
|
||||
source_url 'https://chromium.googlesource.com/chromiumos/third_party/kernel.git'
|
||||
git_hashtag "chromeos-#{CREW_KERNEL_VERSION}"
|
||||
case ARCH
|
||||
when 'i686'
|
||||
binary_compression 'tpxz'
|
||||
else
|
||||
binary_compression 'tar.zst'
|
||||
end
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
case CREW_KERNEL_VERSION
|
||||
when '3.8'
|
||||
binary_sha256({
|
||||
i686: 'c16afcd95ebcffac67a026b724da19f498003ea80c13c87aeb613f09d412bb91'
|
||||
i686: '362ab05c4f6903793560fffd33abf79e5194fb72d3d38ec1648a93c56ebf91e8'
|
||||
})
|
||||
when '4.14'
|
||||
binary_sha256({
|
||||
|
||||
Reference in New Issue
Block a user