From 18a273447577682bae17f5edef15144c72496301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 30 Jun 2026 15:15:28 +0200 Subject: [PATCH] Mirror sccache 0.16.0 for x64 Apple --- files/rustc/sccache.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/rustc/sccache.toml b/files/rustc/sccache.toml index 83f87f9..895971e 100644 --- a/files/rustc/sccache.toml +++ b/files/rustc/sccache.toml @@ -312,3 +312,10 @@ sha256 = "b8514ed7552e148b0a032114f745118dcb801791adafafeaf9935e4bfb0edf1b" source = "https://github.com/mozilla/sccache/releases/download/v0.16.0/sccache-v0.16.0-x86_64-pc-windows-msvc.zip" license = "Apache License v2.0" rename-from = "sccache-v0.16.0-x86_64-pc-windows-msvc.zip" + +[[files]] +name = "2026-06-19-sccache-v0.16.0-x86_64-apple-darwin.tar.gz" +sha256 = "f7dbd055db75a938ab1539f5316c5d08e73a1b94c40ab170ddcc617f5bf18343" +source = "https://github.com/mozilla/sccache/releases/download/v0.16.0/sccache-v0.16.0-x86_64-apple-darwin.tar.gz" +license = "Apache License v2.0" +rename-from = "sccache-v0.16.0-x86_64-apple-darwin.tar.gz"