|
1 | 1 | class Railway < Formula |
2 | 2 | desc "Develop and deploy code with zero configuration" |
3 | 3 | homepage "https://railway.app/" |
4 | | - url "https://github.com/railwayapp/cli/archive/refs/tags/v3.19.1.tar.gz" |
5 | | - sha256 "bc53532dfd313970bd574ba4e0f51578457bc54812f5cc6f7d69473da51d8a7d" |
| 4 | + url "https://github.com/railwayapp/cli/archive/refs/tags/v3.20.0.tar.gz" |
| 5 | + sha256 "e43b9c0388ec885b90c9a52a661d3d6e32de2c1c0d4c56d042ac525d798dbdb4" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/railwayapp/cli.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "295646d3b9853af95b7ae3287b5bd2a943f504f178193628c6f0c1deab814be8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ecd4e684f6391ee02598a1dc3923f5ea24ef790b00fdaa25da0097c8bee55e5" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "292492f9b7ffad62084fc4d25733209023b07f1b6f4aea1964dbaba35b7dbd00" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "90bdd977d35d895a8ee949fe362cb6e5d30e9d64c6efcaf2a4f5c2213abca30c" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "824b2937c30374257c407e6d2ab28b7eb44ea1a2de14e2405cb4fb928d8a7d54" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9f3f048cb850d93e7a5531c231c56ad4aa385077f461c7e0caa8b1ea07d960c2" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "e64085e5c169519fe3345bbf5c15d3ac09736169f959e5d6d3af5127ba3d798f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "569f095e1a08da22f5c6b7ee05598ca0619594a4688a5954b18a2704d5941beb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0305a16bde5d5f29d6c6e587cb75ef797bb9d4669dbf3d2a1a0c7e884794eb34" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2279582b24c94b3e9e907b552b1caa99c57472f72f302d0a98cefb170a7f7e88" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "4d6b346d4f594345e78142aa824e098bfdf7038a1fb423d7524f3e7e21bf1598" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bc275e3503346893aec81f242789e9329c450538e0c0adf7888fb424352a913" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments