Skip to content

Commit 9cfb1f3

Browse files
BrewTestBotalebcay
authored andcommitted
cargo-shuttle 0.52.0
1 parent de1dcda commit 9cfb1f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/cargo-shuttle.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -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

0 commit comments

Comments
 (0)