|
1 | 1 | class CargoShuttle < Formula |
2 | 2 | desc "Build & ship backends without writing any infrastructure files" |
3 | 3 | homepage "https://shuttle.dev" |
4 | | - url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.51.0.tar.gz" |
5 | | - sha256 "5a5ef70767e9e07867fe2ad4b51909e2d4ec05d79065ca016b77cd9070b1eafd" |
| 4 | + url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.52.0.tar.gz" |
| 5 | + sha256 "d377bb0b1c5a6ef01ca0b9eefc9af9549a24d90432a49c9486b431074dcf22f9" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/shuttle-hq/shuttle.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "d7e0375b6ff7e78008897970d60d625da968968532a0a80f8466b1e6fb9682bd" |
11 | | - sha256 cellar: :any, arm64_sonoma: "d83e7dfee3f20a5e45fb9388904afe22e4552afa383b1d3a5c9178e906587086" |
12 | | - sha256 cellar: :any, arm64_ventura: "859d686e36437d785ad838fb12f49657dcaf6d53a840048489332f4d663034bb" |
13 | | - sha256 cellar: :any, sonoma: "c45c44264a65ffc3d1ff6f4c934193f57f9cdf282ac7ac4f6d1e487c44777941" |
14 | | - sha256 cellar: :any, ventura: "13e6fac1142d482f01cb233ef9dba93565ebdf676e33939fe8b80d0016843348" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc5ffccc7b1d0cd97869cdccaa58540ee20516b3920ff0512a3f5d9396020a59" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "40d6c1311bb10e90fb63e62707ca05cffc47f5f8d988bd7d898311f36060aaa8" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "2d89732b61e8c13241bc736157fb10be4c3353c20872aeec4cf3b4644d093132" |
| 12 | + sha256 cellar: :any, arm64_ventura: "dc0882b4b49050261981124800e69fb09084776994d7d46ac59ac952a0a38b4f" |
| 13 | + sha256 cellar: :any, sonoma: "a2f5fe4496558e65b44dd3a3180bac9bd35a70e5f43f7cb311611d55571b235d" |
| 14 | + sha256 cellar: :any, ventura: "2482a66dc4b433ed7fb5759ec5514c5c9977568484de5adfa94a3e9a6b74ffb7" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f18c5fd476c42a8395f9b0a565273338dc90fa4191d1416984abec0df598ef7" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
19 | 19 | depends_on "rust" => :build |
20 | | - depends_on "libgit2@1.8" # needs https://github.com/rust-lang/git2-rs/issues/1109 to support libgit2 1.9 |
| 20 | + depends_on "libgit2" |
21 | 21 |
|
22 | 22 | uses_from_macos "bzip2" |
23 | 23 |
|
|
0 commit comments