mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Transition binary repo from GitHub to GitLab (#5702)
This commit is contained in:
@@ -10,10 +10,10 @@ class Zvbi < Package
|
||||
source_sha256 'fc883c34111a487c4a783f91b1b2bb5610d8d8e58dcba80c7ab31e67e4765318'
|
||||
|
||||
binary_url ({
|
||||
aarch64: 'https://github.com/chromebrew/binaries/raw/main/armv7l/zvbi-0.2.35-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://github.com/chromebrew/binaries/raw/main/armv7l/zvbi-0.2.35-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://github.com/chromebrew/binaries/raw/main/i686/zvbi-0.2.35-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://github.com/chromebrew/binaries/raw/main/x86_64/zvbi-0.2.35-chromeos-x86_64.tar.xz',
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/zvbi/0.2.35_armv7l/zvbi-0.2.35-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/zvbi/0.2.35_armv7l/zvbi-0.2.35-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/zvbi/0.2.35_i686/zvbi-0.2.35-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/zvbi/0.2.35_x86_64/zvbi-0.2.35-chromeos-x86_64.tar.xz',
|
||||
})
|
||||
binary_sha256 ({
|
||||
aarch64: '78f0e7cac98dcee9617256ff1ce5fff4e71c83b9fcf986edb6128020de950ccf',
|
||||
|
||||
Reference in New Issue
Block a user