From b2f1560410cc6b1a187db6cf5d4c7ec90f63553b Mon Sep 17 00:00:00 2001 From: Jake Shadle <2316028+Jake-Shadle@users.noreply.github.com> Date: Tue, 5 Feb 2019 15:54:39 +0100 Subject: [PATCH] Add sccache version 0.2.8 (#3083) --- sccache.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sccache.json diff --git a/sccache.json b/sccache.json new file mode 100644 index 0000000000..53a2c1c5a7 --- /dev/null +++ b/sccache.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/mozilla/sccache", + "version": "0.2.8", + "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", + "bin": "sccache.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/mozilla/sccache/releases/download/$version/sccache-$version-x86_64-pc-windows-msvc.tar.gz" + } +}