From 27b9169173d8dbccaf4df0c9bec8c027cb503f96 Mon Sep 17 00:00:00 2001 From: "Pyroscope Bot dmitry+bot@pyroscope.io" Date: Wed, 31 Jul 2024 17:04:23 +0000 Subject: [PATCH] chore: update formulas --- Formula/profilecli.rb | 22 +++++++++++----------- Formula/pyroscope.rb | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Formula/profilecli.rb b/Formula/profilecli.rb index 296f1ad..8dbba94 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.7.0" + version "1.7.1" license "AGPL-3.0-only" on_macos do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.7.0/profilecli_1.7.0_darwin_amd64.tar.gz" - sha256 "25125a6ed89a97c61c9ad771b083061a4268080b09a5cd3645ef298702cd33d7" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/profilecli_1.7.1_darwin_amd64.tar.gz" + sha256 "e4dc48d639bdf3b4a13e0e18a2824b07985ee62abaefb6e7c6af5ddef371eef2" def install bin.install "profilecli" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.7.0/profilecli_1.7.0_darwin_arm64.tar.gz" - sha256 "456e498ba3bc9f1e02d16d92d8a8793cb7935d15642bf8d20598630f80b9aa7f" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/profilecli_1.7.1_darwin_arm64.tar.gz" + sha256 "28b90b0c59a358cd1a47ac06d88774415b1102497e28858a84a1c68bab9780fe" 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.7.0/profilecli_1.7.0_linux_amd64.tar.gz" - sha256 "dd95587cddf963f3d384aca94dc81ac1467b0d1164b6fbdd598f842efb27b3e0" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/profilecli_1.7.1_linux_amd64.tar.gz" + sha256 "a9561098d13c3e2f3599ff7f4b9bae440886d8886acd1768682824f60350554b" 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.7.0/profilecli_1.7.0_linux_arm64.tar.gz" - sha256 "aafc0f59e785ceade44338ac2e2e8d574565aa67d65a7bb3c7ea00bde471a7a2" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/profilecli_1.7.1_linux_arm64.tar.gz" + sha256 "6a8ba3fe79cbd0d7501e4052825c77380fbfedd3c684417e5363e928d3ca8396" def install bin.install "profilecli" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.7.0/profilecli_1.7.0_linux_armv7.tar.gz" - sha256 "32dc1dae71299c94af4f2e93085264ea1caaf7b3c95ad5f6550fedc1d1dd2aed" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/profilecli_1.7.1_linux_armv7.tar.gz" + sha256 "9cace5e7cc826bb93ed7e637db068e15ff5456f37b28c614f1ef7bc536d6cda8" def install bin.install "profilecli" diff --git a/Formula/pyroscope.rb b/Formula/pyroscope.rb index 197799f..bab1c5c 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.7.0" + version "1.7.1" 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.7.0/pyroscope_1.7.0_darwin_amd64.tar.gz" - sha256 "6f9d95adbb78fc5cafc35f6b32018dd3b2f1c020ab49b209b78bd08a2f5ad5f2" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/pyroscope_1.7.1_darwin_amd64.tar.gz" + sha256 "5f4857655abaad9d1eb9355db1bb8210ff69e79d3f2c50860962254c2917a51c" def install bin.install "pyroscope" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.7.0/pyroscope_1.7.0_darwin_arm64.tar.gz" - sha256 "a4390466158011120f294c3d24ca912b3c326e8c4e5c6722b2d57953287b03a0" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/pyroscope_1.7.1_darwin_arm64.tar.gz" + sha256 "d44f06d9a8d9ad39d985974e5b6b7ec634cfadc895bc38aee7017cc0da58e7f8" 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.7.0/pyroscope_1.7.0_linux_amd64.tar.gz" - sha256 "6baccda85d33bb9060c72adf07a7996c26e58c57db61d80eed986fc55ed46c75" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/pyroscope_1.7.1_linux_amd64.tar.gz" + sha256 "c8320f6cc88fe6d867c4150512db8860a16afe1906e0585f4cd79cbccad1b14c" 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.7.0/pyroscope_1.7.0_linux_arm64.tar.gz" - sha256 "afd510de671cff7aba725d318ebac95ed03231eaccb24f0c707e43b99e137511" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/pyroscope_1.7.1_linux_arm64.tar.gz" + sha256 "ea07beac04147d52f3cc5f40f3212f7362a96f6addf8ae5d91e33c30dfa5ff00" def install bin.install "pyroscope" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.7.0/pyroscope_1.7.0_linux_armv7.tar.gz" - sha256 "a8c8943454133b56bea1d0dab96db8098295337c35d22b9b6484f8cf5c9f1ad7" + url "https://github.com/grafana/pyroscope/releases/download/v1.7.1/pyroscope_1.7.1_linux_armv7.tar.gz" + sha256 "aaded9bac49e316548e6064c4b27f6441328c688205b2a59a452722a8b79a449" def install bin.install "pyroscope"