From a54f81d07a2d05ba2c8bed630c965e878563bbfc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Jun 2019 22:00:17 +0000 Subject: [PATCH] sccache: Update to version 0.2.9 --- bucket/sccache.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sccache.json b/bucket/sccache.json index ae8aa5a1da..6274fdab02 100644 --- a/bucket/sccache.json +++ b/bucket/sccache.json @@ -1,11 +1,11 @@ { "homepage": "https://github.com/mozilla/sccache", - "version": "0.2.8", + "version": "0.2.9", "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.8/sccache-0.2.8-x86_64-pc-windows-msvc.tar.gz", - "hash": "b11e56854efc61960bef2b926b8ed4da72625bd64be7eb2e29e9a1df02e69b2f", - "extract_dir": "sccache-0.2.8-x86_64-pc-windows-msvc", + "url": "https://github.com/mozilla/sccache/releases/download/0.2.9/sccache-0.2.9-x86_64-pc-windows-msvc.tar.gz", + "hash": "6dd85f65fccb1cdb00e7c5804c3f3ba523c1ed20ea8f777d454826eef17c636f", + "extract_dir": "sccache-0.2.9-x86_64-pc-windows-msvc", "bin": "sccache.exe", "checkver": "github", "autoupdate": {