Commit 6c4ceaa 1 parent d1de011 commit 6c4ceaa Copy full SHA for 6c4ceaa
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -299,16 +299,16 @@ ARCHS = struct(
299
299
300
300
_SYSROOTS = {
301
301
"aarch64" : struct (
302
- sha256 = "11e01ece0de5265be7446ab6de55b3d75b6aa75d42acd1db057efe3db8cce7f9 " ,
303
- url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.2 .0/sysroot-aarch64.tar.xz" ,
302
+ sha256 = "b23690426137bdbf23c9572d8d6b3db6de30dc80b7cac148fb98b6d50d9fb192 " ,
303
+ url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.3 .0/sysroot-base -aarch64.tar.xz" ,
304
304
),
305
305
"armv7" : struct (
306
- sha256 = "14180244f06f6cdf98ec283dffaf333f21a91d5e3ddaebc71967d798d2a73bd3 " ,
307
- url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.2 .0/sysroot-armv7.tar.xz" ,
306
+ sha256 = "049865707f6c4c62e244b28ff4c7fe597539b0cff3bc6d4ca80ab93f845240e7 " ,
307
+ url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.3 .0/sysroot-base -armv7.tar.xz" ,
308
308
),
309
309
"x86_64" : struct (
310
- sha256 = "fc37e9dd5184093b6f92fc4e0a4b680dc144814d6225bc44daaf1b284311b0cc " ,
311
- url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.2 .0/sysroot-x86_64.tar.xz" ,
310
+ sha256 = "b9993ee16de8c2c8111c4baa9ea1c554ef74c2b32b5768dc93fcec013b549d68 " ,
311
+ url = "https://github.com/aspect-build/gcc-toolchain/releases/download/0.3 .0/sysroot-base -x86_64.tar.xz" ,
312
312
),
313
313
}
314
314
You can’t perform that action at this time.
0 commit comments