From a2483b0b764610c7b355325ef83f280cac0a6426 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 7 Oct 2019 23:00:19 +0000 Subject: [PATCH] sccache: Update to version 0.2.12 --- bucket/sccache.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sccache.json b/bucket/sccache.json index f65cdf9a9e..349e735acb 100644 --- a/bucket/sccache.json +++ b/bucket/sccache.json @@ -1,11 +1,11 @@ { "homepage": "https://github.com/mozilla/sccache", - "version": "0.2.11", + "version": "0.2.12", "description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.", "license": "Apache-2.0", - "url": "https://github.com/mozilla/sccache/releases/download/0.2.11/sccache-0.2.11-x86_64-pc-windows-msvc.tar.gz", - "hash": "729d79b26141e6274b771024c4db1c0015473038e1a413c0434443f232355324", - "extract_dir": "sccache-0.2.11-x86_64-pc-windows-msvc", + "url": "https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-pc-windows-msvc.tar.gz", + "hash": "fd05e91c59b9497d4ebae311b47a982f2a6eb942dca3c9c314cc1fb36f8bc64d", + "extract_dir": "sccache-0.2.12-x86_64-pc-windows-msvc", "bin": "sccache.exe", "checkver": "github", "autoupdate": {