@@ -6,23 +6,23 @@ def async_profiler_repositories():
6
6
http_archive (
7
7
name = "async_profiler_linux_x64" ,
8
8
build_file = "//third_party/async_profiler:BUILD.async_profiler.bazel" ,
9
- sha256 = "f833908a20a7e626e1f2c8f93fb6679ab139fb38287eca6407101ccc646995a7 " ,
10
- strip_prefix = "async-profiler-2.6 -linux-x64" ,
11
- urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.6 /async-profiler-2.6 -linux-x64.tar.gz" ],
9
+ sha256 = "085f81ee0b231530c8b8171f84c8915874af68eaa9199413516f1ff34055a703 " ,
10
+ strip_prefix = "async-profiler-2.7 -linux-x64" ,
11
+ urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7 /async-profiler-2.7 -linux-x64.tar.gz" ],
12
12
)
13
13
14
14
http_archive (
15
15
name = "async_profiler_linux_arm64" ,
16
16
build_file = "//third_party/async_profiler:BUILD.async_profiler.bazel" ,
17
- sha256 = "61f240fdca52ccc2eba34acd4134a7af524715fc6a9c452071aac5ddc1fb494d " ,
18
- strip_prefix = "async-profiler-2.6 -linux-arm64" ,
19
- urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.6 /async-profiler-2.6 -linux-arm64.tar.gz" ],
17
+ sha256 = "cdd326205f923cd82386ccf40ec4e5875720a571b7e0ed04bbd1fda4af2a0b81 " ,
18
+ strip_prefix = "async-profiler-2.7 -linux-arm64" ,
19
+ urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7 /async-profiler-2.7 -linux-arm64.tar.gz" ],
20
20
)
21
21
22
22
http_archive (
23
23
name = "async_profiler_macos" ,
24
24
build_file = "//third_party/async_profiler:BUILD.async_profiler.bazel" ,
25
- sha256 = "cd046214b5edafd79878211e877a98fea483f7804c6e60f1ae240d3eac02fb86 " ,
26
- strip_prefix = "async-profiler-2.6 -macos" ,
27
- urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.6 /async-profiler-2.6 -macos.zip" ],
25
+ sha256 = "4e109ba84bec6f0a62d7fde68c21a306b5caa53288bb5274e7726315b64dfe16 " ,
26
+ strip_prefix = "async-profiler-2.7 -macos" ,
27
+ urls = ["https://github.com/jvm-profiling-tools/async-profiler/releases/download/v2.7 /async-profiler-2.7 -macos.zip" ],
28
28
)
0 commit comments