Skip to content

Commit aa3bcf4

Browse files
authored
Merge pull request #293671 from Homebrew/bump-fake-gcs-server-1.55.0
fake-gcs-server 1.55.0
2 parents e229f59 + 3e084bb commit aa3bcf4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/f/fake-gcs-server.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class FakeGcsServer < Formula
22
desc "Emulator for Google Cloud Storage API"
33
homepage "https://github.com/fsouza/fake-gcs-server"
4-
url "https://github.com/fsouza/fake-gcs-server/archive/refs/tags/v1.54.0.tar.gz"
5-
sha256 "12a874a6e3e8160a59c820e52ce1a5100c1c213720f0b033067269480d92cd6e"
4+
url "https://github.com/fsouza/fake-gcs-server/archive/refs/tags/v1.55.0.tar.gz"
5+
sha256 "e8fbf21a0d57e350dc389d2639b80beef53bf50b15b59e10cdaa24af9f7425db"
66
license "BSD-2-Clause"
77
head "https://github.com/fsouza/fake-gcs-server.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9874810bbac6adc4a82460c22755680f02d16be0af9b6cb951fa3443ac2e02d4"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9874810bbac6adc4a82460c22755680f02d16be0af9b6cb951fa3443ac2e02d4"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9874810bbac6adc4a82460c22755680f02d16be0af9b6cb951fa3443ac2e02d4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "49ecdca1f224a4495343611ad17cec9be45d7ec037f799ec78dcf950c259248f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "e79602e94a2c884818627eace2e9a4adb0a1ba944240f8892547764859762ce9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7338498911cb9cb566c7d367ef8e2bb710be7a549e936e1c0ab273eaadc08a65"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9729ee3e1ca4d2eb90231120485e26c48f9ff2cdefa54cd8d154034ea93907ac"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9729ee3e1ca4d2eb90231120485e26c48f9ff2cdefa54cd8d154034ea93907ac"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9729ee3e1ca4d2eb90231120485e26c48f9ff2cdefa54cd8d154034ea93907ac"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bebf2b47f17ca25526f808a076e7b758754ed3b9356b18f2812b649e592ddcfb"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "dd18755a954718cb0e23482219c2881fe8bdb71e742af4d5da58360d45af66c0"
15+
sha256 cellar: :any, x86_64_linux: "0f18b073cf76c36ae994c869eabed84d1fe30c7b3214578e74da233ba7d83e7c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)