We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47035bc commit 28d5569Copy full SHA for 28d5569
Formula/c/cargo-shuttle.rb
@@ -1,8 +1,8 @@
1
class CargoShuttle < Formula
2
desc "Build & ship backends without writing any infrastructure files"
3
homepage "https://shuttle.dev"
4
- url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.50.0.tar.gz"
5
- sha256 "25dd018a61debf6cb84de0085646367185912f1db8441a3b6a177a8365d8de42"
+ url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.51.0.tar.gz"
+ sha256 "5a5ef70767e9e07867fe2ad4b51909e2d4ec05d79065ca016b77cd9070b1eafd"
6
license "Apache-2.0"
7
head "https://github.com/shuttle-hq/shuttle.git", branch: "main"
8
0 commit comments