Skip to content

Commit

Permalink
Merge pull request #192043 from Homebrew/bump-railway-3.15.1
Browse files Browse the repository at this point in the history
railway 3.15.1
  • Loading branch information
BrewTestBot authored Sep 26, 2024
2 parents 0edba72 + 5d1644b commit f909078
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/railway.rb
Original file line number Diff line number Diff line change
@@ -1,18 +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.1.tar.gz"
sha256 "990fa647d842943bee7fe5694d2c553bc10e9de51cf0421a3ea682c1194b6a22"
url "https://github.com/railwayapp/cli/archive/refs/tags/v3.15.1.tar.gz"
sha256 "f3f610be6377a9b8554940ddaf922dbd01235936900724c2930b937f84e1c417"
license "MIT"
head "https://github.com/railwayapp/cli.git", branch: "master"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d073fadd55af4d911fa8dac8a15ed77aabb307f87bf58e35a9ac2b63076661f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de47f9d1d285e492c857ca17bda8b6164e50d1d0069af6e61752b67ca7fd34ff"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3e8f086bffca618efc657b71d281cb450b52a83a723a3e9795fe7024fb6486da"
sha256 cellar: :any_skip_relocation, sonoma: "c071654ae3895ce808601ab9d9613b5b0f0fc3200fdb5c7623a78082800ce18e"
sha256 cellar: :any_skip_relocation, ventura: "33fd67e9b5cd33adafb9096d8d3e10182c51990b301b438297d51289d53caa45"
sha256 cellar: :any_skip_relocation, x86_64_linux: "505523d63ad92debf5b12e636257156f6dc1802fe7a151bafe67f3c2f1d98429"
end

depends_on "rust" => :build
Expand Down

0 comments on commit f909078

Please sign in to comment.