Skip to content

Commit 4d0316e

Browse files
authored
metadata: Add release of ccache on linux-riscv64 (#442)
1 parent d62db5f commit 4d0316e

2 files changed

Lines changed: 41 additions & 30 deletions

File tree

dist/restore/metadata.json

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,50 @@
22
"ccache": {
33
"x86_64": {
44
"linux": {
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"
5+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-linux-x86_64-musl-static.tar.xz",
6+
"sha256": "33b6c83727c9ff6b11371da65cea64b981c8d59ece4029689db0f16f88863fb5",
7+
"dir": "ccache-4.13.4-linux-x86_64-musl-static",
8+
"artifact": "ccache-4.13.4-linux-x86_64-musl-static.tar.xz"
99
},
1010
"windows": {
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"
11+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-windows-x86_64.zip",
12+
"sha256": "e9f31931624846a02978717e9c6e6c40b5cad97cb5548bcc84a46bfeeb76bd13",
13+
"dir": "ccache-4.13.4-windows-x86_64",
14+
"artifact": "ccache-4.13.4-windows-x86_64.zip"
1515
},
1616
"darwin": {
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"
17+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-darwin.tar.gz",
18+
"sha256": "b43997aece0dcbd2f0c4fbf5e29eedb31ac8b24e7a2879a587dd8751e7438c40",
19+
"dir": "ccache-4.13.4-darwin",
20+
"artifact": "ccache-4.13.4-darwin.tar.gz"
2121
}
2222
},
2323
"aarch64": {
2424
"linux": {
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"
25+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-linux-aarch64-musl-static.tar.xz",
26+
"sha256": "7a64a94411e97bbeb6b67509415663c76534dbe407517bf6b7a3ce61f2735768",
27+
"dir": "ccache-4.13.4-linux-aarch64-musl-static",
28+
"artifact": "ccache-4.13.4-linux-aarch64-musl-static.tar.xz"
2929
},
3030
"windows": {
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"
31+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-windows-aarch64.zip",
32+
"sha256": "59ff8d602731933301021f5029eb462f70542c82f74d2286440c6a033b707a37",
33+
"dir": "ccache-4.13.4-windows-aarch64",
34+
"artifact": "ccache-4.13.4-windows-aarch64.zip"
3535
},
3636
"darwin": {
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"
37+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-darwin.tar.gz",
38+
"sha256": "b43997aece0dcbd2f0c4fbf5e29eedb31ac8b24e7a2879a587dd8751e7438c40",
39+
"dir": "ccache-4.13.4-darwin",
40+
"artifact": "ccache-4.13.4-darwin.tar.gz"
41+
}
42+
},
43+
"riscv64": {
44+
"linux": {
45+
"url": "https://github.com/ccache/ccache/releases/download/v4.13.4/ccache-4.13.4-linux-riscv64-musl-static.tar.xz",
46+
"sha256": "b6db5268b2207b9899ab9bc1632b88fa188ffcb4a218a1be5588335a9f401543",
47+
"dir": "ccache-4.13.4-linux-riscv64-musl-static",
48+
"artifact": "ccache-4.13.4-linux-riscv64-musl-static.tar.xz"
4149
}
4250
}
4351
},

metadata/metadata.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"ccache": {
33
"x86_64": {
4-
"linux": "4.13.3",
5-
"windows": "4.13.3",
6-
"darwin": "4.13.3"
4+
"linux": "4.13.4",
5+
"windows": "4.13.4",
6+
"darwin": "4.13.4"
77
},
88
"aarch64": {
9-
"linux": "4.13.3",
10-
"windows": "4.13.3",
11-
"darwin": "4.13.3"
9+
"linux": "4.13.4",
10+
"windows": "4.13.4",
11+
"darwin": "4.13.4"
12+
},
13+
"riscv64": {
14+
"linux": "4.13.4"
1215
}
1316
},
1417
"sccache": {

0 commit comments

Comments
 (0)