Skip to content

Commit

Permalink
chore: update formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscopebot committed Jul 31, 2024
1 parent a77eb8a commit 27b9169
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Formula/profilecli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,25 +26,25 @@ 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"
end
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"
Expand Down
22 changes: 11 additions & 11 deletions Formula/pyroscope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -34,25 +34,25 @@ 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"
end
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"
Expand Down

0 comments on commit 27b9169

Please sign in to comment.