File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ class Profilecli < Formula
8
8
on_macos do
9
9
if Hardware ::CPU . intel?
10
10
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/profilecli_1.15.0_darwin_amd64.tar.gz"
11
- sha256 "ea28fcb39e5a4cd8dc991a400c545e9b4d243c0effaaa57f6682dff95745db5f "
11
+ sha256 "a2c7e693f42f5b8075f3b6da22321b58dcde05919fea26042b4b2a585bcdb626 "
12
12
13
13
def install
14
14
bin . install "profilecli"
15
15
end
16
16
end
17
17
if Hardware ::CPU . arm?
18
18
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/profilecli_1.15.0_darwin_arm64.tar.gz"
19
- sha256 "165ed15fd718dc128e29f8073a8cb2be2a5fddb641c0adb84ed86f2458319770 "
19
+ sha256 "694316a691b140bb5ba044f7b8aff4ccba0b8f217cec0f31b37d5c61e1923707 "
20
20
21
21
def install
22
22
bin . install "profilecli"
@@ -27,15 +27,15 @@ def install
27
27
on_linux do
28
28
if Hardware ::CPU . intel?
29
29
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/profilecli_1.15.0_linux_amd64.tar.gz"
30
- sha256 "38789c5c9ba385adc6d2bd9bd4e6fb1223c56efb070943d6345b2039c058fb98 "
30
+ sha256 "1a7c1abef42614ba09595b06c6b41812ed984819399cd3e0a688efeb9202a15d "
31
31
32
32
def install
33
33
bin . install "profilecli"
34
34
end
35
35
end
36
36
if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
37
37
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/profilecli_1.15.0_linux_arm64.tar.gz"
38
- sha256 "11b31516535670a33b2ef3bc472bad457ef27f931d36231634cee6925834f955 "
38
+ sha256 "554e20b2317b11e86174294233aad82883d1fc88e99c793067a786a69e985bd6 "
39
39
40
40
def install
41
41
bin . install "profilecli"
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ def pyroscope_conf
16
16
on_macos do
17
17
if Hardware ::CPU . intel?
18
18
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/pyroscope_1.15.0_darwin_amd64.tar.gz"
19
- sha256 "5dbc2c66d9810e419f8f136efe085feef03121a7e36a086793e4901dc1602669 "
19
+ sha256 "b6e91c0a2eceac9702a86d35383144f3601a3b9f6562dd8bae27052e0fed41d6 "
20
20
21
21
def install
22
22
bin . install "pyroscope"
23
23
end
24
24
end
25
25
if Hardware ::CPU . arm?
26
26
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/pyroscope_1.15.0_darwin_arm64.tar.gz"
27
- sha256 "e453962c47a86a2a5ff0f1947f23ba904ca1480c5ed52d8070657a4b30af0467 "
27
+ sha256 "4da9dbae1fd317108ef4b3a112ddf2dd99afd87faeec598c43a380232f242785 "
28
28
29
29
def install
30
30
bin . install "pyroscope"
@@ -35,15 +35,15 @@ def install
35
35
on_linux do
36
36
if Hardware ::CPU . intel?
37
37
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/pyroscope_1.15.0_linux_amd64.tar.gz"
38
- sha256 "1fddd350d65c5679eece6c6dd5652008cd4bfbbeea59af7ef5caa3d1dfc107c5 "
38
+ sha256 "ebb7c2b9b77e4fb557d120c410650db0ed8eb40916e27626149dcf75fe34ad91 "
39
39
40
40
def install
41
41
bin . install "pyroscope"
42
42
end
43
43
end
44
44
if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
45
45
url "https://github.com/grafana/pyroscope/releases/download/v1.15.0/pyroscope_1.15.0_linux_arm64.tar.gz"
46
- sha256 "57ae0d986df85bf335bfd6459e4b6d5395f30b724626fe95118b995c4a4ffada "
46
+ sha256 "110c3dbc32a425795b6822f139e3213b13bd15a0e16eb3832d58d91566f8dc4d "
47
47
48
48
def install
49
49
bin . install "pyroscope"
You can’t perform that action at this time.
0 commit comments