|
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.50.0.tar.gz" |
5 | | - sha256 "25dd018a61debf6cb84de0085646367185912f1db8441a3b6a177a8365d8de42" |
| 4 | + url "https://github.com/shuttle-hq/shuttle/archive/refs/tags/v0.51.0.tar.gz" |
| 5 | + sha256 "5a5ef70767e9e07867fe2ad4b51909e2d4ec05d79065ca016b77cd9070b1eafd" |
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: "dee6030d95b95eb1a065ee2549fe8dad1ec3fbd4e108bd220410d1a5fd306efe" |
11 | | - sha256 cellar: :any, arm64_sonoma: "3cbcc79fd0183e4cc3a78256a11ad10502de73422e1eca6d2e32073a56626fec" |
12 | | - sha256 cellar: :any, arm64_ventura: "0ab8c2ade8bb5502ada4552874fd9c753d68208f06c04485bff4e73f193c3f78" |
13 | | - sha256 cellar: :any, sonoma: "0e62e0736cee8d62d1eef65fc2666723badb4bce7cfaf78601240e59985555e7" |
14 | | - sha256 cellar: :any, ventura: "0170d9041172d544237378180b4d039decb1a807ab9e683a7c512acd727b215b" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b849a5edaf31e0204d0c1e7da671143d1f684443a41e3622b6dd49760430852c" |
| 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments