mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Convert zlib to tar.xz package (#10280)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6ecbe545f7
commit
0cb35fee28
@@ -6,7 +6,7 @@ class Minizip < Package
|
||||
homepage Zlib.homepage
|
||||
version '1.3.1'
|
||||
# When upgrading minizip, be sure to upgrade zlib in tandem.
|
||||
puts "#{self} version differs from Zlib version #{Zlib.version}".orange if version != Zlib.version
|
||||
puts "#{self} version differs from Zlib version #{Zlib.version.split('-').first}".orange if version != Zlib.version.split('-').first
|
||||
license Zlib.license
|
||||
compatibility 'all'
|
||||
source_url Zlib.source_url
|
||||
|
||||
Reference in New Issue
Block a user