From d3ebb27bf03e2757e31d5a74535bf36137408578 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 9 Aug 2024 11:16:15 +0200 Subject: [PATCH] chore: update sysroots file (#34) --- build/linux/sysroot_scripts/sysroots.json | 39 +++++++++++++++-------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/build/linux/sysroot_scripts/sysroots.json b/build/linux/sysroot_scripts/sysroots.json index 11ee3ec..1b856ab 100644 --- a/build/linux/sysroot_scripts/sysroots.json +++ b/build/linux/sysroot_scripts/sysroots.json @@ -1,31 +1,44 @@ { "bullseye_amd64": { - "Sha256Sum": "dec7a3a0fc5b83b909cba1b6d119077e0429a138eadef6bf5a0f2e03b1904631", + "Key": "20230611T210420Z-2", + "Sha256Sum": "568accebf3fda896469cdba535390559ab3b5b4218a569a7b63e1201b2c749e2", "SysrootDir": "debian_bullseye_amd64-sysroot", - "Tarball": "debian_bullseye_amd64_sysroot.tar.xz" + "Tarball": "debian_bullseye_amd64_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" }, "bullseye_arm64": { - "Sha256Sum": "308e23faba3174bd01accfe358467b8a40fad4db4c49ef629da30219f65a275f", + "Key": "20230611T210420Z-2", + "Sha256Sum": "e5a0861af612e6ffc3055e72be6e5d91e9b12b2c4d93590a88064a00093f0fb0", "SysrootDir": "debian_bullseye_arm64-sysroot", - "Tarball": "debian_bullseye_arm64_sysroot.tar.xz" + "Tarball": "debian_bullseye_arm64_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" }, "bullseye_armhf": { - "Sha256Sum": "fe81e7114b97440262bce004caf02c1514732e2fa7f99693b2836932ad1c4626", + "Key": "20230611T210420Z-2", + "Sha256Sum": "31d3f7a7f5a12c515e42fe580c00a1db0b736687e639b08a7446255662ef131a", "SysrootDir": "debian_bullseye_armhf-sysroot", - "Tarball": "debian_bullseye_armhf_sysroot.tar.xz" + "Tarball": "debian_bullseye_armhf_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" }, "bullseye_i386": { - "Sha256Sum": "b53933120bb08ffc38140a817e3f0f99782254a6bf9622271574fa004e8783a4", - "SysrootDir": "debian_bullseye_i386-sysroot" + "Key": "20230611T210420Z-2", + "Sha256Sum": "892c196f1c290e585c13772773baec7030d871fecccd899bf105cc6061dadb93", + "SysrootDir": "debian_bullseye_i386-sysroot", + "Tarball": "debian_bullseye_i386_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" }, "bullseye_mips64el": { - "Sha256Sum": "783cb79f26736c69e8125788d95ffb65a28172349009d75188838a004280a92b", + "Key": "20230611T210420Z-2", + "Sha256Sum": "2b749935b7dd2eb141978910577e109339487dc80a1eb27d05cbf6218225f7fb", "SysrootDir": "debian_bullseye_mips64el-sysroot", - "Tarball": "debian_bullseye_mips64el_sysroot.tar.xz" + "Tarball": "debian_bullseye_mips64el_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" }, "bullseye_mipsel": { - "Sha256Sum": "fcf8c3931476dd097c58f2f5d44621c7090b135e85ab56885aa4b44f4bd6cdb5", + "Key": "20230611T210420Z-2", + "Sha256Sum": "65ba5bfb816826b25049cf5254119abbb4a26fb7a7ffe1061fe8f50e749101fd", "SysrootDir": "debian_bullseye_mipsel-sysroot", - "Tarball": "debian_bullseye_mipsel_sysroot.tar.xz" + "Tarball": "debian_bullseye_mipsel_sysroot.tar.xz", + "URL": "https://dev-cdn.electronjs.org/linux-sysroots" } -} \ No newline at end of file +}