Skip to content

Commit f63b7d3

Browse files
authored
Merge pull request Homebrew#206487 from Homebrew/bump-cargo-shuttle-0.52.0
cargo-shuttle 0.52.0
2 parents 0548936 + ca5c508 commit f63b7d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-shuttle.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
class CargoShuttle < Formula
22
desc "Build & ship backends without writing any infrastructure files"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/shuttle-hq/shuttle.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "pkgconf" => :build
1919
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"
2121

2222
uses_from_macos "bzip2"
2323

0 commit comments

Comments
 (0)