From 0a4eaddc8e268e9bb1d43d162d37761214cf7959 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:46:55 +0000 Subject: [PATCH 1/2] railway 3.15.1 --- Formula/r/railway.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/railway.rb b/Formula/r/railway.rb index 5eb23cd1b15d..27499b0ca551 100644 --- a/Formula/r/railway.rb +++ b/Formula/r/railway.rb @@ -1,8 +1,8 @@ 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" From 5d1644b8f5f9d805658edda51c90b646e68c1cd6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:35:33 +0000 Subject: [PATCH 2/2] railway: update 3.15.1 bottle. --- Formula/r/railway.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/railway.rb b/Formula/r/railway.rb index 27499b0ca551..fd112b55583c 100644 --- a/Formula/r/railway.rb +++ b/Formula/r/railway.rb @@ -7,12 +7,12 @@ class Railway < Formula 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