File size: 2,172 Bytes
aada7ee | 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | #!/usr/bin/env dotslash
{
"name": "buildifier",
"platforms": {
"macos-aarch64": {
"size": 7565746,
"hash": "sha256",
"digest": "62836a9667fa0db309b0d91e840f0a3f2813a9c8ea3e44b9cd58187c90bc88ba",
"path": "buildifier",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-darwin-arm64"
}
]
},
"macos-x86_64": {
"size": 7737072,
"hash": "sha256",
"digest": "31de189e1a3fe53aa9e8c8f74a0309c325274ad19793393919e1ca65163ca1a4",
"path": "buildifier",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-darwin-amd64"
}
]
},
"linux-aarch64": {
"size": 7483831,
"hash": "sha256",
"digest": "947bf6700d708026b2057b09bea09abbc3cafc15d9ecea35bb3885c4b09ccd04",
"path": "buildifier",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-linux-arm64"
}
]
},
"linux-x86_64": {
"size": 7757842,
"hash": "sha256",
"digest": "887377fc64d23a850f4d18a077b5db05b19913f4b99b270d193f3c7334b5a9a7",
"path": "buildifier",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-linux-amd64"
}
]
},
"windows-aarch64": {
"size": 7451648,
"hash": "sha256",
"digest": "55a276ad8b1ff46be48bf64e432264034ea69a45aa3914e89c1d1936f5c2d85c",
"path": "buildifier.exe",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-windows-arm64.exe"
}
]
},
"windows-x86_64": {
"size": 7861760,
"hash": "sha256",
"digest": "f4ecb9c73de2bc38b845d4ee27668f6248c4813a6647db4b4931a7556052e4e1",
"path": "buildifier.exe",
"providers": [
{
"url": "https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-windows-amd64.exe"
}
]
}
}
}
|