Skip to content

Commit

Permalink
chore: update formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscopebot committed Jan 15, 2025
1 parent 499b216 commit 773fba7
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.9.2"
version "1.12.0"
license "AGPL-3.0-only"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/grafana/pyroscope/releases/download/v1.9.2/profilecli_1.9.2_darwin_amd64.tar.gz"
sha256 "4f8f3391c2ff87894016c368ad8dc4ac5c2199639215b1fe6f2625fe01590e42"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/profilecli_1.12.0_darwin_amd64.tar.gz"
sha256 "3df84e20e95cfab376677a3d9883b83a40f510ffb5fc6b7b5b0eb6e2cd3a2dfa"

def install
bin.install "profilecli"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.9.2/profilecli_1.9.2_darwin_arm64.tar.gz"
sha256 "12016959977ed5634af2c6e97238f51134c89daf70e2db5031e74e6d97a4ba0c"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/profilecli_1.12.0_darwin_arm64.tar.gz"
sha256 "12cdda7591fb0104279acc826806527451b791261401b39ad6b7e08576348ea7"

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.9.2/profilecli_1.9.2_linux_amd64.tar.gz"
sha256 "eb747d764e8167ae1fe12b3bb7824ae25a78220ec73e2509eddf9a803b00457f"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/profilecli_1.12.0_linux_amd64.tar.gz"
sha256 "9cb81b4d2062cd5525a3d29d033f54fa2a870aa22ead00e8ffe02a0b863a1d44"

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.9.2/profilecli_1.9.2_linux_arm64.tar.gz"
sha256 "8628218e6876cb1fd28c833a94fa631595b367e56863bffa03df7cd36cefbef5"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/profilecli_1.12.0_linux_arm64.tar.gz"
sha256 "68a73d2f342e654b653a935c63ae44fe672047910cc5488394059a29ce5aa3d8"

def install
bin.install "profilecli"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.9.2/profilecli_1.9.2_linux_armv7.tar.gz"
sha256 "155c0bae23d43081b1081a441d5b614ca256b0ae8537743551e29e8bc64797f1"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/profilecli_1.12.0_linux_armv7.tar.gz"
sha256 "23cf8058e3ffb1bead92382650081ef6b474456120626667447f58efaae076b8"

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.9.2"
version "1.12.0"
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.9.2/pyroscope_1.9.2_darwin_amd64.tar.gz"
sha256 "4f9d808ed6a216dff52be7ffe3502a70b0dca59819f9292c20945f49d55d56fc"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/pyroscope_1.12.0_darwin_amd64.tar.gz"
sha256 "ac1dcbc9647a17419e9888fc400df4591f4601230f91142ce7547b5ed83b3e5f"

def install
bin.install "pyroscope"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.9.2/pyroscope_1.9.2_darwin_arm64.tar.gz"
sha256 "fab6606ec6bd8d88d2235639a379c3c3ceca95735e87a338cd7272fd31babd04"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/pyroscope_1.12.0_darwin_arm64.tar.gz"
sha256 "718f1604f2010a18ee45c52cda662a5c827b3a9f3651583f73e1a44433f5064f"

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.9.2/pyroscope_1.9.2_linux_amd64.tar.gz"
sha256 "5f77d327ea9e4b37bcbf1695947b93507fd684402ed65c88b5af68bf46a9be6e"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/pyroscope_1.12.0_linux_amd64.tar.gz"
sha256 "4a38d0109bdf81c18f4281d12809b4837b525281ca144e15c7695218f55b66af"

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.9.2/pyroscope_1.9.2_linux_arm64.tar.gz"
sha256 "9819d73fb9eb0a77d490ed420697ec25b193d13414ace93decd2e0cbb3d55e32"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/pyroscope_1.12.0_linux_arm64.tar.gz"
sha256 "747630b7373e1a477b7170b2ad042ce24490fda495fd95a9a3cee9efeaf759e1"

def install
bin.install "pyroscope"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.9.2/pyroscope_1.9.2_linux_armv7.tar.gz"
sha256 "fe4d2a221c7a60386f4de5408fbbb00f95d5dc23faf206cbb0e55cc321ea3f61"
url "https://github.com/grafana/pyroscope/releases/download/v1.12.0/pyroscope_1.12.0_linux_armv7.tar.gz"
sha256 "58c4f2143611933ca639c8e2d745178c381ec5c36592207a7a5b19a0499f02e4"

def install
bin.install "pyroscope"
Expand Down

0 comments on commit 773fba7

Please sign in to comment.