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:
Maximilian Downey Twiss
2024-01-26 03:03:31 +11:00
committed by GitHub
parent 68d15ff629
commit f6dc1d8d4e
1797 changed files with 1799 additions and 10419 deletions

View File

@@ -8,8 +8,7 @@ class Broadway < Package
compatibility 'all'
source_url 'SKIP'
binary_url({})
binary_sha256({})
no_compile_needed
depends_on 'gtk3'