From 038da3bcee8372e2e000c4fdb4d92138cdd704db Mon Sep 17 00:00:00 2001 From: Redfire Date: Wed, 11 May 2022 00:26:35 +0800 Subject: [PATCH] sccache: Update to version 0.3.0 (#3554) * sccache: Update sccache to v0.2.15 * sccache: Update sccache to v0.3.0 * sccache: Fix old versions * Update sccache.json * Update sccache.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/sccache.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/sccache.json b/bucket/sccache.json index 7d75e1e186..a3e4b3c0cb 100644 --- a/bucket/sccache.json +++ b/bucket/sccache.json @@ -1,26 +1,26 @@ { - "version": "0.2.14", + "version": "0.3.0", "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.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" + "url": "https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-v0.3.0-x86_64-pc-windows-msvc.tar.gz", + "hash": "f25e927584d79d0d5ad489e04ef01b058dad47ef2c1633a13d4c69dfb83ba2be", + "extract_dir": "sccache-v0.3.0-x86_64-pc-windows-msvc" } }, "bin": "sccache.exe", - "checkver": { - "url": "https://github.com/mozilla/sccache/releases", - "regex": "sccache-([\\d.]+)-x86_64-pc-windows" - }, + "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mozilla/sccache/releases/download/$version/sccache-$version-x86_64-pc-windows-msvc.tar.gz", - "extract_dir": "sccache-$version-x86_64-pc-windows-msvc" + "url": "https://github.com/mozilla/sccache/releases/download/v$version/sccache-v$version-x86_64-pc-windows-msvc.tar.gz", + "extract_dir": "sccache-v$version-x86_64-pc-windows-msvc" } + }, + "hash": { + "url": "$url.sha256" } } }