Skip to content

Commit 9ac5e2d

Browse files
authored
Merge pull request #205252 from Homebrew/bump-stripe-cli-1.23.8
stripe-cli 1.23.8
2 parents 47beea7 + 985c061 commit 9ac5e2d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/s/stripe-cli.rb

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
class StripeCli < Formula
22
desc "Command-line tool for Stripe"
33
homepage "https://stripe.com/docs/stripe-cli"
4-
url "https://github.com/stripe/stripe-cli/archive/refs/tags/v1.23.6.tar.gz"
5-
sha256 "5868d029e614b585b84034056458d6ca90470d77a6ded047d3039d893ae8d1fd"
4+
url "https://github.com/stripe/stripe-cli/archive/refs/tags/v1.23.8.tar.gz"
5+
sha256 "0f399e6da38d57dea07c59728eee17fe44c9f96a83427801b9bb196d3255e8da"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0514e8db3b85f9a0d4d7cf119913e86038e44946b62537ddb710a546f8402259"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "43180dd9accca6bf8dd319cd13a03eea28bf0bac913f9e2585626e331de4d5e7"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "908d1719e7202a73430c156d5855d3acccc08653308abb375bb516d2bb12be6f"
12-
sha256 cellar: :any_skip_relocation, sonoma: "b080d5c126052d5b49363f8c2314efeaab64f48781dd6fb363833267c0a23aeb"
13-
sha256 cellar: :any_skip_relocation, ventura: "27105465472cba7e37c93492ed7b0cdf69886db78f65dd6f49e8f6f78656a04a"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3c56d3614dbb96103a972a71f714a952e363a8fcf801163bb28134d4e2e2490"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "04936f4e38bb683ad0639081225e0dfc79c97d2ff07da9802696242cdabe5f41"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c30d351399c587078a2ec6b73d182f9f79414a050d2a05094c04b7dd753aaa82"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0cd70ab93adc99155dac9874cad9ab08435d7cee2d71ed180009bf1a5784db3"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b123495584ba0c196230305ec261fed932c7f70af86c510f1b8a5e93017f5901"
13+
sha256 cellar: :any_skip_relocation, ventura: "9fa9b9416cd2f305134d5d3d79a304615a2e68d9fe9a4282b2a3be8f0c488013"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3e4f81b76d744c208eb196fe2523d082ffb49f001a15b59236661093325f93c"
1515
end
1616

1717
depends_on "go" => :build
1818

1919
# fish completion support patch, upstream pr ref, https://github.com/stripe/stripe-cli/pull/1282
2020
patch do
21-
url "https://github.com/stripe/stripe-cli/commit/ef36be45f56821a33ac175bb4f483f08cca3f458.patch?full_index=1"
22-
sha256 "e64d6ab6ed1b93749b8d65a429b0132063fb86520960b7d0c87fa6f7f9221252"
21+
url "https://github.com/stripe/stripe-cli/commit/de62a98881671ce83973e1b696d3a7ea820b8d0e.patch?full_index=1"
22+
sha256 "2b30ee04680e16b5648495e2fe93db3362931cf7151b1daa1f7e95023b690db8"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)