|
| 1 | + |
| 2 | +VERSIONS = { |
| 3 | + "aspect_bazel_lib": { |
| 4 | + "type": "github_archive", |
| 5 | + "repo": "aspect-build/bazel-lib", |
| 6 | + "version": "2.16.0", |
| 7 | + "sha256": "092f841dd9ea8e736ea834f304877a25190a762d0f0a6c8edac9f94aac8bbf16", |
| 8 | + "strip_prefix": "bazel-lib-{version}", |
| 9 | + "url": "https://github.com/{repo}/archive/v{version}.tar.gz", |
| 10 | + }, |
| 11 | + |
| 12 | + "bazel_skylib": { |
| 13 | + "type": "github_archive", |
| 14 | + "repo": "bazelbuild/bazel-skylib", |
| 15 | + "version": "1.4.2", |
| 16 | + "sha256": "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa", |
| 17 | + "url": "https://github.com/{repo}/releases/download/{version}/bazel-skylib-{version}.tar.gz", |
| 18 | + }, |
| 19 | + |
| 20 | + "envoy": { |
| 21 | + "type": "github_archive", |
| 22 | + "repo": "envoyproxy/envoy", |
| 23 | + "version": "60c29b959217d66ddb54732df78e45ec767df427", |
| 24 | + "sha256": "f2b3dec8eb49ab235ca3c60c60a6ea4b1bd58cc4f8ea9302f7bae817eb472d88", |
| 25 | + "urls": ["https://github.com/{repo}/archive/{version}.tar.gz"], |
| 26 | + "strip_prefix": "envoy-{version}", |
| 27 | + }, |
| 28 | + |
| 29 | + "rules_python": { |
| 30 | + "type": "github_archive", |
| 31 | + "repo": "bazelbuild/rules_python", |
| 32 | + "version": "1.4.1", |
| 33 | + "sha256": "9f9f3b300a9264e4c77999312ce663be5dee9a56e361a1f6fe7ec60e1beef9a3", |
| 34 | + "url": "https://github.com/{repo}/releases/download/{version}/{name}-{version}.tar.gz", |
| 35 | + "strip_prefix": "{name}-{version}", |
| 36 | + }, |
| 37 | + |
| 38 | + "rules_foreign_cc": { |
| 39 | + "type": "github_archive", |
| 40 | + "repo": "bazelbuild/rules_foreign_cc", |
| 41 | + "version": "0.14.0", |
| 42 | + "sha256": "e0f0ebb1a2223c99a904a565e62aa285bf1d1a8aeda22d10ea2127591624866c", |
| 43 | + "url": "https://github.com/{repo}/releases/download/{version}/{name}-{version}.tar.gz", |
| 44 | + "strip_prefix": "{name}-{version}", |
| 45 | + }, |
| 46 | + |
| 47 | + "toolchains_llvm": { |
| 48 | + "type": "github_archive", |
| 49 | + "repo": "bazel-contrib/toolchains_llvm", |
| 50 | + "version": "1.4.0", |
| 51 | + "sha256": "fded02569617d24551a0ad09c0750dc53a3097237157b828a245681f0ae739f8", |
| 52 | + "url": "https://github.com/{repo}/releases/download/v{version}/{name}-v{version}.tar.gz", |
| 53 | + "strip_prefix": "{name}-v{version}", |
| 54 | + }, |
| 55 | +} |
0 commit comments