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 Gnutls < Package
|
||||
source_sha256 '49e2a22691d252c9f24a9829b293a8f359095bc5a818351f05f1c0a5188a1df8'
|
||||
|
||||
binary_url ({
|
||||
aarch64: 'https://github.com/chromebrew/binaries/raw/main/armv7l/gnutls-3.7.0-1-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://github.com/chromebrew/binaries/raw/main/armv7l/gnutls-3.7.0-1-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://github.com/chromebrew/binaries/raw/main/i686/gnutls-3.7.0-1-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://github.com/chromebrew/binaries/raw/main/x86_64/gnutls-3.7.0-1-chromeos-x86_64.tar.xz',
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnutls/3.7.0-1_armv7l/gnutls-3.7.0-1-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnutls/3.7.0-1_armv7l/gnutls-3.7.0-1-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnutls/3.7.0-1_i686/gnutls-3.7.0-1-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnutls/3.7.0-1_x86_64/gnutls-3.7.0-1-chromeos-x86_64.tar.xz',
|
||||
})
|
||||
binary_sha256 ({
|
||||
aarch64: '7a80e48b97bb721ee3b6805d5863d61800a230c9b598a511a07df3af5d49dfdb',
|
||||
|
||||
Reference in New Issue
Block a user