|
1 | 1 | class FakeGcsServer < Formula |
2 | 2 | desc "Emulator for Google Cloud Storage API" |
3 | 3 | 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" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 | head "https://github.com/fsouza/fake-gcs-server.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments