File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
@@ -17,7 +17,7 @@ class CargoShuttle < Formula
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
You can’t perform that action at this time.
0 commit comments