22class Pyroscope < Formula
33 desc "Open source continuous profiling software"
44 homepage "https://grafana.com/oss/pyroscope/"
5- version "2.0.2 "
5+ version "2.0.3 "
66 license "AGPL-3.0-only"
77
88 def pyroscope_conf
@@ -15,16 +15,16 @@ def pyroscope_conf
1515
1616 on_macos do
1717 if Hardware ::CPU . intel?
18- url "https://github.com/grafana/pyroscope/releases/download/v2.0.2 /pyroscope_2.0.2_darwin_amd64 .tar.gz"
19- sha256 "610b45e5ad45297c54ccfe3b5766b0882ae5ada3f90256df3915aafd2e88d815 "
18+ url "https://github.com/grafana/pyroscope/releases/download/v2.0.3 /pyroscope_2.0.3_darwin_amd64 .tar.gz"
19+ sha256 "f1fc2b2152f03407ec09eb1bd4ea2ed1f8036d6662a94f8235fff321763fb5bc "
2020
2121 define_method :install do
2222 bin . install "pyroscope"
2323 end
2424 end
2525 if Hardware ::CPU . arm?
26- url "https://github.com/grafana/pyroscope/releases/download/v2.0.2 /pyroscope_2.0.2_darwin_arm64 .tar.gz"
27- sha256 "a8ebd0c3b9a5abe2d21c2bc2ad2076b5ea2b8adec09b69c09b450330816f8def "
26+ url "https://github.com/grafana/pyroscope/releases/download/v2.0.3 /pyroscope_2.0.3_darwin_arm64 .tar.gz"
27+ sha256 "972adceefd8906641fcac4fa687bce9b2f895c9d4917ff38b2340981feaed076 "
2828
2929 define_method :install do
3030 bin . install "pyroscope"
@@ -34,16 +34,16 @@ def pyroscope_conf
3434
3535 on_linux do
3636 if Hardware ::CPU . intel?
37- url "https://github.com/grafana/pyroscope/releases/download/v2.0.2 /pyroscope_2.0.2_linux_amd64 .tar.gz"
38- sha256 "d4ed2d1f24532222436a1512ba033386154377e19bf371f49070755e7e4fe250 "
37+ url "https://github.com/grafana/pyroscope/releases/download/v2.0.3 /pyroscope_2.0.3_linux_amd64 .tar.gz"
38+ sha256 "8a81c082f8cb207342cf74a10f79643bdbe04da942aa7fc26fc5bd22a1a32ed6 "
3939
4040 define_method :install do
4141 bin . install "pyroscope"
4242 end
4343 end
4444 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
45- url "https://github.com/grafana/pyroscope/releases/download/v2.0.2 /pyroscope_2.0.2_linux_arm64 .tar.gz"
46- sha256 "f8fbc65bd77b583de3bf84a0bacab4c438598c51a36945388d22510e53b669a6 "
45+ url "https://github.com/grafana/pyroscope/releases/download/v2.0.3 /pyroscope_2.0.3_linux_arm64 .tar.gz"
46+ sha256 "c6bb1106dcce60bde6ac1f45c31b78f9e9f694fa9ff6d79805da3bc31287c5f5 "
4747
4848 define_method :install do
4949 bin . install "pyroscope"
0 commit comments