|
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.20.2.tar.gz" |
5 | | - sha256 "df580f63238a40d5d233acc1654784d227e5027b7b1693f1475db6a001b2957c" |
| 4 | + url "https://github.com/railwayapp/cli/archive/refs/tags/v3.21.0.tar.gz" |
| 5 | + sha256 "2035767de31f2b756043ac7521b7dc35a082436bad725f68e22106c7a01a591c" |
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: "2793cf9e64e8868348bf30b2c483bd1f605ffa26028ec4a9ec0f37404cbbe04a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "890cb022730988c8e0d133e149656c3e8ecf86190ea199c74765b063e254921c" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f0f3f1d7d51d763f69521f2500951aa87e65307a3208a07c998c1745ab493ddd" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "4098361dbc5813214b601c230ae4b9d882a0f085d59f221e45a3344512acd3c9" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "93eb4614d4a660be0b7902af920025cf265cee21ce395c57692b7f3b9ff98d24" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba33184eb12898bb4e5b54acf90fbe64e4c5a4a733747e278b8e5d012c241b65" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "421d275d605c30e21e14f025a886019cbb782845422ac91a29d109f4c25549d4" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "160f203809efe155dc0344646c9604d23a6aebf29c0b18d94ec34c3bc925ba5e" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cbea2c6765089dfecc1f884a7d8f3eba5f1ff7737e5b0831fd9f8e2af2eb3c0e" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bef4a3f6352f5acc498326a463f868169f76f10699e3f1d3818f6db6f4790aee" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "73f81745386260165e3dcb9f2923e6bcfb819220738a3cf6ba10c79ab9379981" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "887861483b62bc842c7edc58042b81de11a2c311bdb1da83dad09ea8fe32b1e7" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments