Skip to content

Commit 2e8ca69

Browse files
authored
Merge pull request Homebrew#206565 from Homebrew/bump-railway-3.21.0
railway 3.21.0
2 parents e41d2d4 + fa5eb4e commit 2e8ca69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/railway.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Railway < Formula
22
desc "Develop and deploy code with zero configuration"
33
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"
66
license "MIT"
77
head "https://github.com/railwayapp/cli.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)