Skip to content

Commit

Permalink
Merge pull request #191177 from Homebrew/bump-railway-3.14.1
Browse files Browse the repository at this point in the history
railway 3.14.1
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents 5d7034d + eccbb5d commit 7f88e43
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/r/railway.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Railway < Formula
desc "Develop and deploy code with zero configuration"
homepage "https://railway.app/"
url "https://github.com/railwayapp/cli/archive/refs/tags/v3.14.0.tar.gz"
sha256 "759c7128d8abb8f56fd0ab231cba4e686a4238d43b319c8dbfed38882606f100"
url "https://github.com/railwayapp/cli/archive/refs/tags/v3.14.1.tar.gz"
sha256 "990fa647d842943bee7fe5694d2c553bc10e9de51cf0421a3ea682c1194b6a22"
license "MIT"
head "https://github.com/railwayapp/cli.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5bea054ee656e29fdd9769ce3c6d0bb143c8a7da5294e5dd99fafc16d5dc37a6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcdb2c5f381cbd9f821d0af0ef5c34ad2e4eb065080f13fabf8b887414cc583b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f46e7949a0043bf11bcd7bf093aa9efdaf0eb66394575e49d1b8512af0e4f252"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f8e2cdc9263f9832ccf3deac37f9790c569d723b852abcd7ba3f73fac92ca53b"
sha256 cellar: :any_skip_relocation, sonoma: "d173a3faeae9fc05e2d806bdcae8b72c351235e83d505eac0ecd54209900ff3e"
sha256 cellar: :any_skip_relocation, ventura: "f4550ab0fdc33789ec1abf780bda4c8dd001b5c1096bf72a4edde7ee2c5bb0e9"
sha256 cellar: :any_skip_relocation, monterey: "95caa5564e2875c732d8c5fed851f5684b5111ae942ca417e17246ed982bf8ae"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d4cc5a138b7f108c86745e658d84badc955cd3c0253c5d3ed21e4598d6c4f3e6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56bd1cb1c6026dee4d61a388f9c90e65d4f55edeeb4c8e3aa863211ba6c5ff0e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "78afc74a7034d6849ee7b1e12dc4547695b979f9fc127830b20c8a16be537378"
sha256 cellar: :any_skip_relocation, arm64_ventura: "02fe477aa5f9bb4343e67306db0a01a05ddb81cd95dd22800ccf71008cfc3061"
sha256 cellar: :any_skip_relocation, sonoma: "45662540a3757b2765fb140775b7bdd2eaa4005f20bfeba526e7b6d78812ba89"
sha256 cellar: :any_skip_relocation, ventura: "81de42dbbf70f36e19f799be47a4e99ecc018a64118c4fa58062d2c6f8b6e578"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7fe5f7bb68c42b8f9a5c9deb355815d98e6f657a7c77f35fcc9dabd7b5f30263"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 7f88e43

Please sign in to comment.