diff --git a/Formula/profilecli.rb b/Formula/profilecli.rb index 44b36aa..febbe4f 100644 --- a/Formula/profilecli.rb +++ b/Formula/profilecli.rb @@ -2,21 +2,21 @@ class Profilecli < Formula desc "Open source continuous profiling software" homepage "https://grafana.com/oss/pyroscope/" - version "1.9.1" + version "1.10.0" license "AGPL-3.0-only" on_macos do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/profilecli_1.9.1_darwin_amd64.tar.gz" - sha256 "c365b00cf0dcfd733dd9233a38a32ddbd6a29a493caabfb71d4bde585c69b1da" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/profilecli_1.10.0_darwin_amd64.tar.gz" + sha256 "91e8f7cab9d2c3f9fc600cd116fc4b76552c6a9ae5f918ffc0d18ae75a38b382" def install bin.install "profilecli" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/profilecli_1.9.1_darwin_arm64.tar.gz" - sha256 "272f95b77b7c65b99745d9e2bdc88a091aeb0d9caeeda9acad3abc6209af3ba4" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/profilecli_1.10.0_darwin_arm64.tar.gz" + sha256 "6c9e847d06aa3baa06f621b342ca0e313a468bf7d5746c02ce1725fa483acdac" def install bin.install "profilecli" @@ -26,8 +26,8 @@ def install on_linux do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/profilecli_1.9.1_linux_amd64.tar.gz" - sha256 "6333ff5c610ee2d183c6290c6dee4b58050cfc297bdad2de1844e3644f2fdc0e" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/profilecli_1.10.0_linux_amd64.tar.gz" + sha256 "5693702ff58985ca25142ec5830fd049634ac09a1c3fc45e4361e490c400868e" def install bin.install "profilecli" @@ -35,16 +35,16 @@ def install end if Hardware::CPU.arm? if Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/profilecli_1.9.1_linux_arm64.tar.gz" - sha256 "365861d40576d031764e3ef67b8404e77fd332fb4d5e16334820451a0fe6b77d" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/profilecli_1.10.0_linux_arm64.tar.gz" + sha256 "d762ba342d3d22bce128e3a4e967c3bc2adc46f668968f5c272a76d7c02f4c20" def install bin.install "profilecli" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/profilecli_1.9.1_linux_armv7.tar.gz" - sha256 "3126de90bdd67259eaacbac50f6b28a8bd78a63eb066a34ee75c2fb40ac2a55d" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/profilecli_1.10.0_linux_armv7.tar.gz" + sha256 "0a1607a850c512ce8e4d46cde0f11a049bc0bf6ca0d93012b7817585b023fac4" def install bin.install "profilecli" diff --git a/Formula/pyroscope.rb b/Formula/pyroscope.rb index 3fd7951..acc3c2b 100644 --- a/Formula/pyroscope.rb +++ b/Formula/pyroscope.rb @@ -2,7 +2,7 @@ class Pyroscope < Formula desc "Open source continuous profiling software" homepage "https://grafana.com/oss/pyroscope/" - version "1.9.1" + version "1.10.0" license "AGPL-3.0-only" def pyroscope_conf @@ -15,16 +15,16 @@ def pyroscope_conf on_macos do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/pyroscope_1.9.1_darwin_amd64.tar.gz" - sha256 "d1f6ac85add687b73646edb4c39a0953d0442d295968e9db90a562b9f1dbd1c6" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/pyroscope_1.10.0_darwin_amd64.tar.gz" + sha256 "0c2f04a0fd6974dfc5727d5305772a6baccd1be39188fd9426b029aa1cb3e4ec" def install bin.install "pyroscope" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/pyroscope_1.9.1_darwin_arm64.tar.gz" - sha256 "b098f2ee0362e447cbdc1650f4d56acb8f45de365b562d97c8af590ad1f3d405" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/pyroscope_1.10.0_darwin_arm64.tar.gz" + sha256 "fcfcae1a5d5b5a9ff8741cc4b59122931324cd87771900561b76ce9732b43823" def install bin.install "pyroscope" @@ -34,8 +34,8 @@ def install on_linux do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/pyroscope_1.9.1_linux_amd64.tar.gz" - sha256 "55a7f12b2d07c8a746c1f7fc2283134f6103c9e3bbd921e99f29a21ca180aa24" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/pyroscope_1.10.0_linux_amd64.tar.gz" + sha256 "f68a4c1ea90ebe510ebbfe0997f1404e727f4de1a2b8aa85d384de4f00919e51" def install bin.install "pyroscope" @@ -43,16 +43,16 @@ def install end if Hardware::CPU.arm? if Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/pyroscope_1.9.1_linux_arm64.tar.gz" - sha256 "437be724a99c7a731221c16e8eab23aeeb32a4f5dc989af6085f122dad1fae33" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/pyroscope_1.10.0_linux_arm64.tar.gz" + sha256 "a3bc1ef3af51fa61759377be9752485ad5ac4495b08b6a24c92a013cdb4a73ed" def install bin.install "pyroscope" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.9.1/pyroscope_1.9.1_linux_armv7.tar.gz" - sha256 "d926bdec4e80204d25d686dc8802b81218ef3caf35ced44081fe60698a6b80d8" + url "https://github.com/grafana/pyroscope/releases/download/v1.10.0/pyroscope_1.10.0_linux_armv7.tar.gz" + sha256 "7929234bd7a845df9b592bb2ae394b854a5b4ad859f48e7badced60864565b7f" def install bin.install "pyroscope"