2
2
class Pyroscope < Formula
3
3
desc "Open source continuous profiling software"
4
4
homepage "https://grafana.com/oss/pyroscope/"
5
- version "1.14.0 "
5
+ version "1.14.1 "
6
6
license "AGPL-3.0-only"
7
7
8
8
def pyroscope_conf
@@ -15,16 +15,16 @@ def pyroscope_conf
15
15
16
16
on_macos do
17
17
if Hardware ::CPU . intel?
18
- url "https://github.com/grafana/pyroscope/releases/download/v1.14.0 /pyroscope_1.14.0_darwin_amd64 .tar.gz"
19
- sha256 "0887a30e96604ce1d1f075fc9917a4b9145d4d60f65906878e64435c2dfccffc "
18
+ url "https://github.com/grafana/pyroscope/releases/download/v1.14.1 /pyroscope_1.14.1_darwin_amd64 .tar.gz"
19
+ sha256 "e4c17987aa0b7765a8f3082fd4c587971d9eead3509f801e867f849304405e42 "
20
20
21
21
def install
22
22
bin . install "pyroscope"
23
23
end
24
24
end
25
25
if Hardware ::CPU . arm?
26
- url "https://github.com/grafana/pyroscope/releases/download/v1.14.0 /pyroscope_1.14.0_darwin_arm64 .tar.gz"
27
- sha256 "ea676090aed3cb6b41f46b46d7c31104d19497afe66d5202d640bb1934d3097b "
26
+ url "https://github.com/grafana/pyroscope/releases/download/v1.14.1 /pyroscope_1.14.1_darwin_arm64 .tar.gz"
27
+ sha256 "95012b2107b2d4f1ae35e6e1899188a4f3ed1cdeef0372be315c5a5a506851f1 "
28
28
29
29
def install
30
30
bin . install "pyroscope"
@@ -34,16 +34,16 @@ def install
34
34
35
35
on_linux do
36
36
if Hardware ::CPU . intel?
37
- url "https://github.com/grafana/pyroscope/releases/download/v1.14.0 /pyroscope_1.14.0_linux_amd64 .tar.gz"
38
- sha256 "d68c38b531989dbdf274b45efa0cfde3959ae2190b6a4f391b98bb327ac660f9 "
37
+ url "https://github.com/grafana/pyroscope/releases/download/v1.14.1 /pyroscope_1.14.1_linux_amd64 .tar.gz"
38
+ sha256 "a465f72948dd41df8adcea66d4461020b8d5437610c58c1eacc83aedcbedd080 "
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
- url "https://github.com/grafana/pyroscope/releases/download/v1.14.0 /pyroscope_1.14.0_linux_arm64 .tar.gz"
46
- sha256 "f4a089fc631061a268a2da419b919c56df30214d2c2ff980869d8a136032a93a "
45
+ url "https://github.com/grafana/pyroscope/releases/download/v1.14.1 /pyroscope_1.14.1_linux_arm64 .tar.gz"
46
+ sha256 "a80e1bfaceb42dc4cab7bee05908e586ea95004425d5c9c2ea98bfaa9d58132a "
47
47
48
48
def install
49
49
bin . install "pyroscope"
0 commit comments