mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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
@@ -9,9 +9,6 @@ class Uwsgi < Package
|
||||
source_url 'https://github.com/unbit/uwsgi/archive/2.0.17.tar.gz'
|
||||
source_sha256 '3dc2e9b48db92b67bfec1badec0d3fdcc0771316486c5efa3217569da3528bf2'
|
||||
|
||||
binary_url({})
|
||||
binary_sha256({})
|
||||
|
||||
depends_on 'pcre'
|
||||
|
||||
def self.build
|
||||
|
||||
Reference in New Issue
Block a user