Skip to content

Commit

Permalink
chore: update formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscopebot committed Feb 7, 2024
1 parent 1528349 commit a7f094d
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.3.0"
version "1.4.0"
license "AGPL-3.0-only"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_darwin_amd64.tar.gz"
sha256 "50c6192a08b1fcddf0a12b1aefc682d5c3db890ae749d88c4f332b8c4642b217"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/profilecli_1.4.0_darwin_amd64.tar.gz"
sha256 "24c6c38e7c5316054f0bb5e11e3eee783a2a75402e28941122b6991617afe25f"

def install
bin.install "profilecli"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_darwin_arm64.tar.gz"
sha256 "a8b577918f2d1c08daf8a34ebb2416134d99ebdd095c934d4615ee0b15616b35"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/profilecli_1.4.0_darwin_arm64.tar.gz"
sha256 "12c48a87b6df80c85690b855b60ec7a55b9891181148ca61ba7d44a1a5787251"

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.3.0/profilecli_1.3.0_linux_amd64.tar.gz"
sha256 "ea56139e89677025eb79fbd6195be52202f596438332ee10b65cfb928a619559"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/profilecli_1.4.0_linux_amd64.tar.gz"
sha256 "964ebbe32e8b00ded73f2ab4dbc26296d172f65f66099c4767849661e14c24f8"

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.3.0/profilecli_1.3.0_linux_arm64.tar.gz"
sha256 "290f8dbeaaaa400469ed9e32f93218577280fc5262b94ba514e63762bde22db3"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/profilecli_1.4.0_linux_arm64.tar.gz"
sha256 "b39d34735f7b5a76cc8447effc5d10e81aa1abb1a290a9cc0644eba2488f81a8"

def install
bin.install "profilecli"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_linux_armv7.tar.gz"
sha256 "05768f165ecefadad6e609432e0efc17a562df93ca775b92debdd33a93df727a"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/profilecli_1.4.0_linux_armv7.tar.gz"
sha256 "5384163325e83b56756bbe8e2dba7343cfedf01549f10e27b6798fb871818a49"

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.3.0"
version "1.4.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.3.0/pyroscope_1.3.0_darwin_amd64.tar.gz"
sha256 "85e102ea90b298bbf3ec114c4e56e669435816d660dd22903f2ca3a01f2f8410"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/pyroscope_1.4.0_darwin_amd64.tar.gz"
sha256 "6e694037ddd2252deede198c92569053874090a9620a9b37c61621c868d1bd9e"

def install
bin.install "pyroscope"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_darwin_arm64.tar.gz"
sha256 "ad853c67ffe59fbf24357544fb2f99d050faad4a42f94b50c2f06a7c781a0734"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/pyroscope_1.4.0_darwin_arm64.tar.gz"
sha256 "c5e62db1f2c895840aafa616731b4e405a0e9aed5600104f9f6138170c8a2314"

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.3.0/pyroscope_1.3.0_linux_amd64.tar.gz"
sha256 "d073cf801724dc452abbf536695f717e09e72b6a106bbb0f82413e2a49b1e997"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/pyroscope_1.4.0_linux_amd64.tar.gz"
sha256 "b3d0205926c83d1bb65450cecbd720c3c992341b417e5d59054b81000dc64090"

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.3.0/pyroscope_1.3.0_linux_arm64.tar.gz"
sha256 "b429f0c30c3221fa1c015343ee9e911db6d6da60fa25ed7cf62aca3bc9ead350"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/pyroscope_1.4.0_linux_arm64.tar.gz"
sha256 "20c69186a7ea5b967f8e4889ea9f2ffaecdbf549e8c38aaac9649e0021cbe350"

def install
bin.install "pyroscope"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_linux_armv7.tar.gz"
sha256 "a4fee3ebfdc3addc405da6d15a01e54f14761f24bb143d49d875dd05009023aa"
url "https://github.com/grafana/pyroscope/releases/download/v1.4.0/pyroscope_1.4.0_linux_armv7.tar.gz"
sha256 "35fa5c56b31a7254e0206b3d2e7dc2619a218e64502d8657ce6fab35015c45b5"

def install
bin.install "pyroscope"
Expand Down

0 comments on commit a7f094d

Please sign in to comment.