Skip to content

Commit

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

on_macos do
if Hardware::CPU.intel?
url "https://github.com/grafana/pyroscope/releases/download/v1.5.0/profilecli_1.5.0_darwin_amd64.tar.gz"
sha256 "3a48fc84f7369cf9313d9052853535e8e4504e01491edabd8917e1c53086822b"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/profilecli_1.6.0_darwin_amd64.tar.gz"
sha256 "21508fb3c57a372beec1a1b1d0e3f9d9993c333e9f93933575ff7a14dddba0d0"

def install
bin.install "profilecli"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.5.0/profilecli_1.5.0_darwin_arm64.tar.gz"
sha256 "27ca9d2f130a42415e7a26b003e74a2012c812f29c29034fe878af3a8d1a65f2"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/profilecli_1.6.0_darwin_arm64.tar.gz"
sha256 "a67fe228b0787e092be44dd8568db0df26dbed0a3f117ec801cc51fbb8ae7a22"

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.5.0/profilecli_1.5.0_linux_amd64.tar.gz"
sha256 "f94a7fd591e54dc59eaa93fb600b7e16b7752bb9651ab03dec0fbac0f9ba0086"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/profilecli_1.6.0_linux_amd64.tar.gz"
sha256 "88300005307dad06082491cb3d6c23de2dabf719b4bea8b65b823f5f347905e3"

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.5.0/profilecli_1.5.0_linux_arm64.tar.gz"
sha256 "fd88c44e20bff44664e727fd5e292491a81dfd940c2f0a55c85116f951468fbd"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/profilecli_1.6.0_linux_arm64.tar.gz"
sha256 "b2dd5d965f224a4bbcb9fbd7220c8f0a4c424d0385ecde565df466b93a604583"

def install
bin.install "profilecli"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.5.0/profilecli_1.5.0_linux_armv7.tar.gz"
sha256 "9a5ca137fba992ca7eac13b2887ede01b6fcccf1cbbf0b532698031e65bcf26c"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/profilecli_1.6.0_linux_armv7.tar.gz"
sha256 "b26e5f57e117db91fa6a9d7e4b8c18796de6c28c04ff7ce716cafc6f3346d4b0"

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.5.0"
version "1.6.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.5.0/pyroscope_1.5.0_darwin_amd64.tar.gz"
sha256 "d426e62c05bf7cb9e7ec89d9ded43a1785042ab76f70a86756566a44abaabfa7"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/pyroscope_1.6.0_darwin_amd64.tar.gz"
sha256 "1c9a1f52c7c55ea36dba122a62a928c02a9e5b5b8efd5681cf5cecd8b8e785cd"

def install
bin.install "pyroscope"
end
end
if Hardware::CPU.arm?
url "https://github.com/grafana/pyroscope/releases/download/v1.5.0/pyroscope_1.5.0_darwin_arm64.tar.gz"
sha256 "1a38d0cc496a4e5a0ff5e5d90ec9e9d5ddaf4738fa03d7c4d6de46d708354bd8"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/pyroscope_1.6.0_darwin_arm64.tar.gz"
sha256 "0f8c378fb7c0ddaa3432cf11b111af79c870d96291be7cc53af778311be93511"

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.5.0/pyroscope_1.5.0_linux_amd64.tar.gz"
sha256 "b5a10ac6c6a7bd8a8d79aa31df1fd96557895b8c9301694d04b1ae88df62fb71"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/pyroscope_1.6.0_linux_amd64.tar.gz"
sha256 "ffbe6183693595f92d1d3315812c86a713ea3a37bbb275baad439f5e8cf9eeb6"

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.5.0/pyroscope_1.5.0_linux_arm64.tar.gz"
sha256 "d6e7704f9f4f30c4c1d9c83cdfec1ae60fab32d85d89d37637f18db62e3dbf48"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/pyroscope_1.6.0_linux_arm64.tar.gz"
sha256 "804abfb27eda05063494290b64d3ebb196c04be2bb1e42e527716bb78b04da32"

def install
bin.install "pyroscope"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/v1.5.0/pyroscope_1.5.0_linux_armv7.tar.gz"
sha256 "2356678c1763b995ffa1bc8108c4691a083c1b04ecb916a3193a7369dd6b5557"
url "https://github.com/grafana/pyroscope/releases/download/v1.6.0/pyroscope_1.6.0_linux_armv7.tar.gz"
sha256 "e696410140d693e46c13449bbc5ae285ab40b32c8414d0a0dd78239903983efc"

def install
bin.install "pyroscope"
Expand Down

0 comments on commit d3b67d2

Please sign in to comment.