Skip to content
Merged

scw 2.44.0 #247014

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Formula/s/scw.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Scw < Formula
desc "Command-line Interface for Scaleway"
homepage "https://www.scaleway.com/en/cli/"
url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.43.0.tar.gz"
sha256 "cc9aabee888c671094e40ab8c17ff727fb819890fad3868c8450b626f30c75fe"
url "https://github.com/scaleway/scaleway-cli/archive/refs/tags/v2.44.0.tar.gz"
sha256 "062129e495b595e0f49e48526f0a826228705ec85ce1ebf2ea29ac5e37fc1abf"
license "Apache-2.0"

livecheck do
Expand All @@ -11,11 +11,11 @@ class Scw < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "da66c919dc3d90391cc81a993fb44efc121e16f24ded6c0d4b743476f2697666"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0643ba44ec69b7b4ad67c3d4c35fa4ea0d39ac0192e041972c2c5f16f681d4e6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42e8c6cb6db39eb86b7c7fd362922d8765c736c8ae8becdf66f9c0a6f33f00e8"
sha256 cellar: :any_skip_relocation, sonoma: "29acc825943dedadcf4318016e7e2c69e585809d67546b4ddc6033c272582501"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c9053452a8eaebbb1ce3fbc790cfd33e00aeedc7d48aa2dc1ac804c21d38fd2"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8fb5cd5e6600fc2d20da26a3ee6e9d6eedd6a81273d6508caa2398bc6f578603"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a2d19ce60d1a293170a384ab20bdd77bda15d01e68eae6bdd071130a57e9a288"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ef1f439dc4909a34b032ab5bbf6d1693468132c53a0a6659f52ae57475252cc"
sha256 cellar: :any_skip_relocation, sonoma: "ad0b1a57e9db3783277f2a8558d5637211cc7cf43c88576ecbab74bec51e0e0e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8bb69f9e6ea21b42c02d2b8710bed4f1159474a0739c669aca64a158e2c1cc5"
end

depends_on "go" => :build
Expand Down
Loading