Skip to content

Commit 1f2fc71

Browse files
authored
Update ccache to 4.13.3 (#441)
Signed-off-by: crueter <crueter@eden-emu.dev>
1 parent a488765 commit 1f2fc71

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

dist/restore/metadata.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
"ccache": {
33
"x86_64": {
44
"linux": {
5-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-linux-x86_64-musl-static.tar.xz",
6-
"sha256": "90d989c54e23916029076768e80fd316f3a32b939a6129401001fc02c3dab622",
7-
"dir": "ccache-4.13-linux-x86_64-musl-static",
8-
"artifact": "ccache-4.13-linux-x86_64-musl-static.tar.xz"
5+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-linux-x86_64-musl-static.tar.xz",
6+
"sha256": "f63ae7e81ef19d0a21606162cc2a25280c35b49b7b6edd6db1ed2ab0bd149114",
7+
"dir": "ccache-4.13.3-linux-x86_64-musl-static",
8+
"artifact": "ccache-4.13.3-linux-x86_64-musl-static.tar.xz"
99
},
1010
"windows": {
11-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-windows-x86_64.zip",
12-
"sha256": "698c8dfe4eb133458411d0e655cbddc0a6ce819b42eafdb3f77a5862cdf6c852",
13-
"dir": "ccache-4.13-windows-x86_64",
14-
"artifact": "ccache-4.13-windows-x86_64.zip"
11+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-windows-x86_64.zip",
12+
"sha256": "c151ef86389ca166e45b4e14c12d78e4a1a6395aa9eaf13fcd96a55d1fb7f3d8",
13+
"dir": "ccache-4.13.3-windows-x86_64",
14+
"artifact": "ccache-4.13.3-windows-x86_64.zip"
1515
},
1616
"darwin": {
17-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-darwin.tar.gz",
18-
"sha256": "49097fafbaf4122415185f596a08ca398547ae18aedb1551757d4ea79d6be5ea",
19-
"dir": "ccache-4.13-darwin",
20-
"artifact": "ccache-4.13-darwin.tar.gz"
17+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-darwin.tar.gz",
18+
"sha256": "1a95e67325503e69bd231b4921f03e960daf9caed3f46eb30ad1d79f2595e44e",
19+
"dir": "ccache-4.13.3-darwin",
20+
"artifact": "ccache-4.13.3-darwin.tar.gz"
2121
}
2222
},
2323
"aarch64": {
2424
"linux": {
25-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-linux-aarch64-musl-static.tar.xz",
26-
"sha256": "f5d6dc715ef99c37417b15797c0d6e126a7625a6f018b65a4a507848aeadc780",
27-
"dir": "ccache-4.13-linux-aarch64-musl-static",
28-
"artifact": "ccache-4.13-linux-aarch64-musl-static.tar.xz"
25+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-linux-aarch64-musl-static.tar.xz",
26+
"sha256": "d3c13abd1b079c3232e3f451d91fe7f2449a379fe2a7498fff9056d8c74b6b14",
27+
"dir": "ccache-4.13.3-linux-aarch64-musl-static",
28+
"artifact": "ccache-4.13.3-linux-aarch64-musl-static.tar.xz"
2929
},
3030
"windows": {
31-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-windows-aarch64.zip",
32-
"sha256": "944b537fb916b17d7c6b6a1d93df8eb5b802a061cc74bf9070ae181a3fd51290",
33-
"dir": "ccache-4.13-windows-aarch64",
34-
"artifact": "ccache-4.13-windows-aarch64.zip"
31+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-windows-aarch64.zip",
32+
"sha256": "4a7e16a582f4a68476e17a0d18775cfdc2144c20673643ec10f9246b40367fdf",
33+
"dir": "ccache-4.13.3-windows-aarch64",
34+
"artifact": "ccache-4.13.3-windows-aarch64.zip"
3535
},
3636
"darwin": {
37-
"url": "https://github.com/ccache/ccache/releases/download/v4.13/ccache-4.13-darwin.tar.gz",
38-
"sha256": "49097fafbaf4122415185f596a08ca398547ae18aedb1551757d4ea79d6be5ea",
39-
"dir": "ccache-4.13-darwin",
40-
"artifact": "ccache-4.13-darwin.tar.gz"
37+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.3/ccache-4.13.3-darwin.tar.gz",
38+
"sha256": "1a95e67325503e69bd231b4921f03e960daf9caed3f46eb30ad1d79f2595e44e",
39+
"dir": "ccache-4.13.3-darwin",
40+
"artifact": "ccache-4.13.3-darwin.tar.gz"
4141
}
4242
}
4343
},

metadata/metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"ccache": {
33
"x86_64": {
4-
"linux": "4.13",
5-
"windows": "4.13",
6-
"darwin": "4.13"
4+
"linux": "4.13.3",
5+
"windows": "4.13.3",
6+
"darwin": "4.13.3"
77
},
88
"aarch64": {
9-
"linux": "4.13",
10-
"windows": "4.13",
11-
"darwin": "4.13"
9+
"linux": "4.13.3",
10+
"windows": "4.13.3",
11+
"darwin": "4.13.3"
1212
}
1313
},
1414
"sccache": {

0 commit comments

Comments
 (0)