From 430fd6e9d4428f0cde8a7c7aa39873a28600df8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:54:03 +0000 Subject: [PATCH 1/2] stripe-mock 0.191.0 --- Formula/s/stripe-mock.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/stripe-mock.rb b/Formula/s/stripe-mock.rb index 74d76b518fbb1..eecb5a1c339d6 100644 --- a/Formula/s/stripe-mock.rb +++ b/Formula/s/stripe-mock.rb @@ -1,8 +1,8 @@ class StripeMock < Formula desc "Mock HTTP server that responds like the real Stripe API" homepage "https://github.com/stripe/stripe-mock" - url "https://github.com/stripe/stripe-mock/archive/refs/tags/v0.190.0.tar.gz" - sha256 "0506d442f7b60aa6a78374ea3b4c6a7f33c62589f0d1409a80ab4269d50bd0f3" + url "https://github.com/stripe/stripe-mock/archive/refs/tags/v0.191.0.tar.gz" + sha256 "0cdc81f97d2e803504000effcfdc8adb0c99abec57e8978ef4c0d1a2fa7f6f12" license "MIT" bottle do From a13d1ce92fc82c5b988c7b7789615e9249ff7c33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:20:52 +0000 Subject: [PATCH 2/2] stripe-mock: update 0.191.0 bottle. --- Formula/s/stripe-mock.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/stripe-mock.rb b/Formula/s/stripe-mock.rb index eecb5a1c339d6..7ae47dc21b1bc 100644 --- a/Formula/s/stripe-mock.rb +++ b/Formula/s/stripe-mock.rb @@ -6,12 +6,12 @@ class StripeMock < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8a8c5c4034aa499e00fad295890cd3cdd366483489286c9a6f32d34e21897ed" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8a8c5c4034aa499e00fad295890cd3cdd366483489286c9a6f32d34e21897ed" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b8a8c5c4034aa499e00fad295890cd3cdd366483489286c9a6f32d34e21897ed" - sha256 cellar: :any_skip_relocation, sonoma: "23d70f0364a94695b38f0e637abd2c1012c75e3d31313ca5b113caa6ff722405" - sha256 cellar: :any_skip_relocation, ventura: "23d70f0364a94695b38f0e637abd2c1012c75e3d31313ca5b113caa6ff722405" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1d39e91c3b46d97e3ea04e14f48301c4d7dab95cbf5d4b8489c3902d4265e2f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ec99d037bd60cde64df53764a72f118f310287f7ac19ad13d07ae9e643344072" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec99d037bd60cde64df53764a72f118f310287f7ac19ad13d07ae9e643344072" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ec99d037bd60cde64df53764a72f118f310287f7ac19ad13d07ae9e643344072" + sha256 cellar: :any_skip_relocation, sonoma: "053a237233899b1e9db37ab0e306b21d67880b1c86a395298233dafe6979163d" + sha256 cellar: :any_skip_relocation, ventura: "053a237233899b1e9db37ab0e306b21d67880b1c86a395298233dafe6979163d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "372f290c37b00be8f465597dee89eddf585d2cf11c7d26a86bfd3fa75786cf53" end depends_on "go" => :build