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
@@ -8,10 +8,8 @@ class Stellarium < Package
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/Stellarium/stellarium/releases/download/v0.21.1/stellarium-0.21.1.tar.gz'
|
||||
source_sha256 '072309c6bc48233b39884ae558b23764d0e08eabd96b014b53d780be11a33211'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
binary_url({
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/stellarium/0.21.1_x86_64/stellarium-0.21.1-chromeos-x86_64.tar.xz'
|
||||
})
|
||||
binary_sha256({
|
||||
x86_64: '4618a03c3b1b70a05b4aef9e0aa120b1fb49e8ac5b6511de90e207b6b3cb99e2'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user