From 67703a80b0b3ce9ef273d627a70076a5a82c2034 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:50:04 +0000 Subject: [PATCH 1/2] scalingo 1.34.0 --- Formula/s/scalingo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/scalingo.rb b/Formula/s/scalingo.rb index 350faecc1991..aca134e4413d 100644 --- a/Formula/s/scalingo.rb +++ b/Formula/s/scalingo.rb @@ -1,8 +1,8 @@ class Scalingo < Formula desc "CLI for working with Scalingo's PaaS" homepage "https://doc.scalingo.com/cli" - url "https://github.com/Scalingo/cli/archive/refs/tags/1.33.0.tar.gz" - sha256 "a449e9d8bb810360d626a2036c1f97baf10715eb112929da6a0089c4257cb835" + url "https://github.com/Scalingo/cli/archive/refs/tags/1.34.0.tar.gz" + sha256 "76120c14d13065df48ddfb628aab0b59d9f32be43516607c1ecf3d258bc692f9" license "BSD-4-Clause" bottle do From 39e7580aa929afc773f8348826a3e3bb2743b027 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:18:24 +0000 Subject: [PATCH 2/2] scalingo: update 1.34.0 bottle. --- Formula/s/scalingo.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/s/scalingo.rb b/Formula/s/scalingo.rb index aca134e4413d..fc5ec8f112d9 100644 --- a/Formula/s/scalingo.rb +++ b/Formula/s/scalingo.rb @@ -6,14 +6,12 @@ class Scalingo < Formula license "BSD-4-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "345f9906ea56c2533abc5c627f8927b6c7a8f27449f36dc899d126be4cb70c27" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7280bd13e407cd689ebda0789ecc0dcfc9567008c3c493c148b1ac63a796c2e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7280bd13e407cd689ebda0789ecc0dcfc9567008c3c493c148b1ac63a796c2e" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b7280bd13e407cd689ebda0789ecc0dcfc9567008c3c493c148b1ac63a796c2e" - sha256 cellar: :any_skip_relocation, sonoma: "d1ee3f8bb17f64f68f0c7c611da5bf33469ba32e9eebe71c42f082d37f04d096" - sha256 cellar: :any_skip_relocation, ventura: "d1ee3f8bb17f64f68f0c7c611da5bf33469ba32e9eebe71c42f082d37f04d096" - sha256 cellar: :any_skip_relocation, monterey: "d1ee3f8bb17f64f68f0c7c611da5bf33469ba32e9eebe71c42f082d37f04d096" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2633bba3d45fc1823d35280af0bf74667cc6c09c77d09d9bdbcbff10519337f0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1ccfca4d80c75ff9ae1d09c5ccd1282ed7b7d085887bc20fef18534f65c12b84" + sha256 cellar: :any_skip_relocation, sonoma: "512bf0121d3fb2c40ed08117c635a5aa221323bbdb90bdca786e29fc2774ba35" + sha256 cellar: :any_skip_relocation, ventura: "512bf0121d3fb2c40ed08117c635a5aa221323bbdb90bdca786e29fc2774ba35" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3638077a67aaeaa879eca09ed286a8e64ab5cc2f5fdf7b5aa82360d3486834b" end depends_on "go" => :build