forked from xai-org/grok-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotoc
More file actions
executable file
·46 lines (45 loc) · 1.53 KB
/
Copy pathprotoc
File metadata and controls
executable file
·46 lines (45 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/usr/bin/env dotslash
{
"name": "protoc",
"platforms": {
"macos-aarch64": {
"arg0": "underlying-executable",
"size": 2290929,
"hash": "sha256",
"digest": "2b8a3403cd097f95f3ba656e14b76c732b6b26d7f183330b11e36ef2bc028765",
"format": "zip",
"path": "bin/protoc",
"providers": [
{
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-osx-aarch_64.zip"
}
]
},
"linux-x86_64": {
"arg0": "underlying-executable",
"size": 3288836,
"hash": "sha256",
"digest": "3e866620c5be27664f3d2fa2d656b5f3e09b5152b42f1bedbf427b333e90021a",
"format": "zip",
"path": "bin/protoc",
"providers": [
{
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip"
}
]
},
"linux-aarch64": {
"arg0": "underlying-executable",
"size": 3256816,
"hash": "sha256",
"digest": "6427349140e01f06e049e707a58709a4f221ae73ab9a0425bc4a00c8d0e1ab32",
"format": "zip",
"path": "bin/protoc",
"providers": [
{
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-aarch_64.zip"
}
]
}
}
}