From 41f3e9a8694102df28a9d88dc861803a57dae108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 22 Dec 2020 09:55:26 +0100 Subject: [PATCH] sccache: Update to version 0.2.14 --- bucket/sccache.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sccache.json b/bucket/sccache.json index c3715423a5..7d75e1e186 100644 --- a/bucket/sccache.json +++ b/bucket/sccache.json @@ -1,13 +1,13 @@ { - "version": "0.2.12", + "version": "0.2.14", "description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.", "homepage": "https://github.com/mozilla/sccache", "license": "Apache-2.0", "architecture": { "64bit": { - "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" + "url": "https://github.com/mozilla/sccache/releases/download/0.2.14/sccache-0.2.14-x86_64-pc-windows-msvc.tar.gz", + "hash": "ba6bf184d2b0a78978629aaef0d9fe3ca57923e228d949b1932ec1a91ab4ceac", + "extract_dir": "sccache-0.2.14-x86_64-pc-windows-msvc" } }, "bin": "sccache.exe",