Commit 92744998 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Fix glibc 2.27 binary_urls (#5680)

parent cd23d035
......@@ -26,9 +26,9 @@ class Glibc < Package
source_url 'https://ftpmirror.gnu.org/glibc/glibc-2.27.tar.xz'
source_sha256 '5172de54318ec0b7f2735e5a91d908afe1c9ca291fec16b5374d9faadfc1fc72'
binary_url ({
aarch64: 'acbecc4c5824653a1aca66da9856970fa4ae0ad97179747047e1a72fc2c2bac7',
armv7l: 'acbecc4c5824653a1aca66da9856970fa4ae0ad97179747047e1a72fc2c2bac7',
x86_64: '2d09f88f6de0f3fbd9f01ffcf9d61d43df688826bf1df63d8f193d6ed69ded11',
aarch64: 'https://github.com/chromebrew/binaries/raw/main/armv7l/glibc-2.27-chromeos-armv7l.tar.xz',
armv7l: 'https://github.com/chromebrew/binaries/raw/main/armv7l/glibc-2.27-chromeos-armv7l.tar.xz',
x86_64: 'https://github.com/chromebrew/binaries/raw/main/x86_64/glibc-2.27-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '64b4b73e2096998fd1a0a0e7d18472ef977aebb2f1cad83d99c77e164cb6a1d6',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment