mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package * Remove binary_url values and arrays * Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
This commit is contained in:
committed by
GitHub
parent
68d15ff629
commit
f6dc1d8d4e
@@ -8,8 +8,7 @@ class Broadway < Package
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
|
||||
binary_url({})
|
||||
binary_sha256({})
|
||||
no_compile_needed
|
||||
|
||||
depends_on 'gtk3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user