Skip to content

Commit d64e352

Browse files
authored
Merge pull request #252103 from Homebrew/bump-stripe-cli-1.32.0
stripe-cli 1.32.0
2 parents dde948c + a314981 commit d64e352

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/stripe-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class StripeCli < Formula
22
desc "Command-line tool for Stripe"
33
homepage "https://docs.stripe.com/stripe-cli"
4-
url "https://github.com/stripe/stripe-cli/archive/refs/tags/v1.31.1.tar.gz"
5-
sha256 "84d9051e77e4bfe71265371ca4f6aebaca3f352de1230cd5be6c78369b0e676d"
4+
url "https://github.com/stripe/stripe-cli/archive/refs/tags/v1.32.0.tar.gz"
5+
sha256 "36a5da61eaae0d09281ea60b479a6ef7f682a4e906697a4794c8317acb9fed79"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "38e71ed45d13500701cfa460bb44f63888ffba708abad75a97d580b4ef73aa0c"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9db3865f21d76a8b06bb78a78bf6bcfad1b1bf57a7523093d19612fef6237cd7"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7c00409a6ba64506af2e1e294801bf1ee58fc5aa11ab381e7b6d1f765d39c5da"
12-
sha256 cellar: :any_skip_relocation, sonoma: "061194da4210a914a0076c6300fd38ae66eb15a53879160cacb6d56937b32bba"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "0e7e3dd1e597fbf1a177be4739d2d12b905776a2381ac1a7d3fc1223c9fbaa8c"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6fcdec15e25e5dc976750f476334785692b0818c699724b17a52e88b11702ea8"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0331f3d9d1295d581a12e89a39fa6b36cff7d957e7926e5594550b717b8ce909"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "77f5e566dce1d5da52a61948ec740808e2e748a1cb3611ad7f090d374887377c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e3bb04a737a8eae992c25563e6d5f91afa637df0788a6733b941e9d6e2a2afa"
12+
sha256 cellar: :any_skip_relocation, sonoma: "5991c54383f9dd34bc6c8bc6e7b262dfeb258e9cc812c1af1f55292a34e51774"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "d5b6ab55602cfa833631685cf4194ee769f2beeae99298534f753a1027b7f1d6"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5a41e496707dd79d979338ef437357c4a2c70e843d1716c1982dc6f59040d61"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)