From 152834937242f4f0d734fdb4f4060b6ff9faf74b Mon Sep 17 00:00:00 2001 From: "Pyroscope Bot dmitry+bot@pyroscope.io" Date: Thu, 18 Jan 2024 04:50:53 +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 8a5bc9c..9e9ca2c 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.2.1" + version "1.3.0" license "AGPL-3.0-only" on_macos do if Hardware::CPU.intel? - url "https://github.com/grafana/pyroscope/releases/download/v1.2.1/profilecli_1.2.1_darwin_amd64.tar.gz" - sha256 "adda65bc0d96be4d5a19b3a4667c30390ac2a31426fa50b172dac7d894a63824" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_darwin_amd64.tar.gz" + sha256 "50c6192a08b1fcddf0a12b1aefc682d5c3db890ae749d88c4f332b8c4642b217" def install bin.install "profilecli" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.2.1/profilecli_1.2.1_darwin_arm64.tar.gz" - sha256 "0f0b0c3550afd856601c4872d6297cb14103d9e0ab235873906e74b77ee8719d" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_darwin_arm64.tar.gz" + sha256 "a8b577918f2d1c08daf8a34ebb2416134d99ebdd095c934d4615ee0b15616b35" 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.2.1/profilecli_1.2.1_linux_amd64.tar.gz" - sha256 "3ea014f1e884b5ba3e4c73556a3c81140adc84ea4a6e54168a969c0af91eb643" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_linux_amd64.tar.gz" + sha256 "ea56139e89677025eb79fbd6195be52202f596438332ee10b65cfb928a619559" 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.2.1/profilecli_1.2.1_linux_arm64.tar.gz" - sha256 "39e16af00d9cc7127a79453db4dcf8cf68697d9f21f48a03ac6e9e3276f41a15" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_linux_arm64.tar.gz" + sha256 "290f8dbeaaaa400469ed9e32f93218577280fc5262b94ba514e63762bde22db3" def install bin.install "profilecli" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.2.1/profilecli_1.2.1_linux_armv7.tar.gz" - sha256 "6c28c4cbfb3232f83aae13303943c66dd7242dcb735a46acfaedb036c8baccf4" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/profilecli_1.3.0_linux_armv7.tar.gz" + sha256 "05768f165ecefadad6e609432e0efc17a562df93ca775b92debdd33a93df727a" def install bin.install "profilecli" diff --git a/Formula/pyroscope.rb b/Formula/pyroscope.rb index 1d63aad..128813d 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.2.1" + version "1.3.0" 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.2.1/pyroscope_1.2.1_darwin_amd64.tar.gz" - sha256 "a089a4e6553fe2a147f16c7447f6cc2432390c995e8aa2d42bf743389a48731c" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_darwin_amd64.tar.gz" + sha256 "85e102ea90b298bbf3ec114c4e56e669435816d660dd22903f2ca3a01f2f8410" def install bin.install "pyroscope" end end if Hardware::CPU.arm? - url "https://github.com/grafana/pyroscope/releases/download/v1.2.1/pyroscope_1.2.1_darwin_arm64.tar.gz" - sha256 "5408ca0f429e281a232ab2fc6f47a170b4213f5820eae5024e4437c5a3c03453" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_darwin_arm64.tar.gz" + sha256 "ad853c67ffe59fbf24357544fb2f99d050faad4a42f94b50c2f06a7c781a0734" 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.2.1/pyroscope_1.2.1_linux_amd64.tar.gz" - sha256 "d54a580015c77ced7552ad260fe632834c157f1c0e02d4f9a25442b3fc7730ab" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_linux_amd64.tar.gz" + sha256 "d073cf801724dc452abbf536695f717e09e72b6a106bbb0f82413e2a49b1e997" 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.2.1/pyroscope_1.2.1_linux_arm64.tar.gz" - sha256 "26e3c2a0c47a2b62b537a4257586bdb8173bd6db9739414286dbd145e4c1b697" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_linux_arm64.tar.gz" + sha256 "b429f0c30c3221fa1c015343ee9e911db6d6da60fa25ed7cf62aca3bc9ead350" def install bin.install "pyroscope" end end unless Hardware::CPU.is_64_bit? - url "https://github.com/grafana/pyroscope/releases/download/v1.2.1/pyroscope_1.2.1_linux_armv7.tar.gz" - sha256 "beb73bfbb029977d43319dfc1e4aee4df675d44d1ca01a398b86e1f1e6684ca1" + url "https://github.com/grafana/pyroscope/releases/download/v1.3.0/pyroscope_1.3.0_linux_armv7.tar.gz" + sha256 "a4fee3ebfdc3addc405da6d15a01e54f14761f24bb143d49d875dd05009023aa" def install bin.install "pyroscope"