Skip to content

Commit

Permalink
Merge pull request #204921 from Homebrew/bump-sentry-cli-2.41.0
Browse files Browse the repository at this point in the history
sentry-cli 2.41.0
  • Loading branch information
BrewTestBot authored Jan 20, 2025
2 parents 7a34420 + fe01770 commit 49e9fcb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sentry-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class SentryCli < Formula
desc "Command-line utility to interact with Sentry"
homepage "https://docs.sentry.io/cli/"
url "/~https://github.com/getsentry/sentry-cli/archive/refs/tags/2.40.0.tar.gz"
sha256 "4c9d1b4c21cd68bfe5ade4bc356803f43d0fe00451d7298f1f7f0f71705c87dd"
url "/~https://github.com/getsentry/sentry-cli/archive/refs/tags/2.41.0.tar.gz"
sha256 "40a34a2c383bf06019eed238c1e97b2e5d449dacf0cef893346f68d928e7fa88"
license "BSD-3-Clause"
head "/~https://github.com/getsentry/sentry-cli.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd31693831feaa225bc50ff2f0ce58b10f8eaf10f008dc164bfd4f2f003e514c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "741a9b74a93ba872ad3c96e4b7f71e6b2c165822dad180e1aaf70bdf6e67a3ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5279b78f96d5bf51a62f7fe112954af0f084ce4be5076de04c76626bed315720"
sha256 cellar: :any_skip_relocation, sonoma: "99d765a9ef40907cc3cd3b08bfe079b840f5dbc2ba0cde77b23d48dbdd614b54"
sha256 cellar: :any_skip_relocation, ventura: "5f7e005265b437ad0066a4e5a875cbaf325df2f00724dded3087be53f3cbefc5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "409ea5182ab437be33e0ca179ff5a1b89822177cb3c18bc16993a273bfbe15c8"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e2cf13acc8f82b6e9b600ca09746a95bc2d1de86cabb9fb319e515f9918fbb6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4df206b7c91d270218cdd3ad883ad77f370281625c80836cb55a4d3df16efce0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "29324283066a99833d26861931444cd4e3f00b729d6646d6d9ebb3573761e11e"
sha256 cellar: :any_skip_relocation, sonoma: "5da8b0c39c2fc51f7efa2237dca63e64dc2dfb99d220c0948525abea22047965"
sha256 cellar: :any_skip_relocation, ventura: "1e7fb8694f914e524258c42dfbba54167a1b982f92234a900bb1384bedc808bd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86ce8f0a8aec5ba60d3721157d47a207bfc4ede9bdb3689024c814fdef936ffc"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit 49e9fcb

Please sign in to comment.